Re: tofile(), tostring(), tolines() and a not-a-file class StringFile

Steven D. Majewski (sdm7g@elvis.med.virginia.edu)
Wed, 16 Mar 1994 21:25:17 -0500

Usefull Note: If you have a lot of output, on unix, you can do:
tofile( posix.popen('more','w'), func, arg )
to redirect output from func to 'more' pager.

- Steve M.