home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 20585 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.1 KB  |  25 lines

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