Name
GetCatalogString -- get a string from a catalog
Synopsis
s$ = GetCatalogString(id, default$)
Function
This function extracts the string with the number id from the currently opened catalog file. If there is no open catalog, the string specified in default$ is returned.

Inputs
id
specifies which string to return (starting from 0)
default$
string to return if there is no open catalog or if there is no string with the specified id
Example
See OpenCatalog


Show TOC