home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!spool.mu.edu!uwm.edu!linac!uchinews!ellis!hd12
- From: hd12@ellis.uchicago.edu ()
- Subject: List Manager help wanted
- Message-ID: <1993Jan4.061905.14455@midway.uchicago.edu>
- Sender: news@uchinews.uchicago.edu (News System)
- Reply-To: hd12@midway.uchicago.edu
- Organization: University of Chicago
- References: <C04tHD.13I@iapa.uucp%mailhost.ecn.uoknor.edu> <BRAD.92Dec31100953@tazboy.jpl.nasa.gov> <1993Jan3.103644.2587@cucs5.cs.cuhk.hk>
- Date: Mon, 4 Jan 1993 06:19:05 GMT
- Lines: 12
-
- I like to creat a list containing file names, size, date etc. Each entry
- should be in a single cell. After I put file name in the cell using
- LSetCell, I have to add size, date etc. in the same cell. Although I can
- use LAddToCell to do that but that will make the size field not aligned
- vertically. Anyone know an elegent way to handle this? Thank you very much.
-
- BTW. I am using Think C 5.0.3, have lots of trouble with C and Pascal strings.
- Suppose I have: Str255 mystring;
- Use: mystring="\p Something "; doesn't work. How could I assign a string to the
- variable mystring?
-
-
-