No reading other than sucking the file contents into a varChar datatype,
via: set var vvc varchar = [TheFileName'] , but that leaves you wanting as
far as line by line processing.


 A kludge is to load a file into a User Defined ListBox and iterate through
the rows of the listbox to read line by line.

As far as writing, you can write directly from varChar datatype to a disk
file using the syntax:

write .vvc to TheFileName 



> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of Matthew
> Brock
> Sent: Monday, March 03, 2014 9:51 AM
> To: RBASE-L Mailing List
> Subject: [RBASE-L] - file handling
> 
> Are there any functions to do file handling, like open, read, write,
> etc..?
> I am trying to create a config file for each machine that rbase is
> loaded on.
> 
> Thanks,
> Matthew D. Brock
> 


Reply via email to