Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
write_value(value, file) writes a representation of the given value to the file (which should be a string). Presently only values of type numeric, string, or record are supported. Values of type reference are first dereferenced before being written.
write_value() returns T if successful and F if not.
read_value(file) reads a Glish value from the file (interpreted as a string) and returns it, or F if it encountered problems.
Note that when stored in files Glish values correspond to SOS datasets. (See Chapter 16, page , for a discussion of SOS.)