Function string

DESCRIPTION:

WARNING: Function string is not supported in this version. Its use is discouraged.

Generator for objects from class string. If called with a single integer as an argument, returns an empty string object of that length. Otherwise, the arguments are all interpreted as character string data and are concatenated to initialize the string object. Returns a string object of length 0 if called with no arguments.

USAGE:

string ( ... )