Table of Contents
stringMake
INTEGERS stringMake(ATOM FLOAT INTEGER ARRAY* convert [, ..])
convert a list of values to string
stringLoad
INTEGERS stringLoad(ATOM stringname)
load a string from the string database
stringForm
INTEGERS stringForm(ATOM formatstringname, ATOM FLOAT INTEGER ARRAY param1 [, ..])
generate a string based on format string from the database, and a list of values. characters ^ in the string are replaced by given values
binaryLoad
INTEGERS binaryLoad(ATOM stringname)
load a binary string from the string database. 0 characters are allowed.
atom
ATOM atom(ATOM[] / INTEGER[] a , ...)
create a new atom from a set of atoms and or integers. _ is used to separate the tokens of the new atom.