Re: Just say 'YES' to strings (or not?)
- Posted by irv mullins <irvm at ellijay.com> Jun 04, 2004
- 357 views
Derek Parnell wrote: > So would my new print statement. > > I suppose I could get it to output an automatic space between items...? > Thanks, Derek. There may be one more tweak needed. Try the following: object rec rec = {{"Doe","John","K"},45,6,0,175} print(1, rec) Regards, Irv