Go to the first, previous, next, last section, table of contents.


Package Reference

`files.chh'

Macro: frest (file)
Returns the not yet read contents of the file associated with the handle file.

Macro: fwholefile (filename)
Returns the whole contents of the file with the name filename.

`strings.chh'

Macro: replacesubstring (string,start,length,replacement)
Returns a string resulting from replacing the substring starting at index start with length length of string by the string replacement.

Macro: strneq (string1,string2)
Returns a boolean value of TRUE if string1 and string2 are not equal, otherwise TRUE.


Go to the first, previous, next, last section, table of contents.