[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GSoft BASIC 1.2 Released
Speaking of file access from GSoft BASIC, one neat feature I found
was that since GSoft runs under GSOS you can access HFS volumes with
ease. This may come in handy at work where I often write little bits
of code to move data from one format to another. Odd things like
the data stream from our LeCroy digital storage scope comes across as
being 10 columns wide. A little bit of BASIC inputs the data from one file
and stuffs it into a return delimited text file that our graphing
packages can read.
-John