Library Functions

RSP has a standard library of built in functions to perform common tasks such as string manipulation and session handling. See the functions section of the API reference for a complete list of library functions.

Library functions are called in the same way as user defined functions. Unlike user defined functions, which always take a fixed number of parameters, some library functions can take variable numbers and types of parameter. Where this is the case the relevent page of the library reference manual will make it clear.