Re: Stupid Newbie-sounding question.
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> May 30, 2004
- 561 views
>> > Michelle wrote: >> > >> >> but the problem with that is that it prints "John" as a string of the >> >> ascii codes, >> >> instead of an easily editable "John".. Michelle, before you dig a hole, if I'm not already too late, you may like to try a quick play with my pretty print routine: http://palacebuilders.pwp.blueyonder.co.uk/eppp.html Eg: include ppp.e pp("fred") pp({1,2,3,4,5}) will print: "fred" {1,2,3,4,5} without needing any extra hints. Regards, Pete