Cold Help System: Programming: ColdC Reference Manual: Functions: Data: tosym()


SYMBOL tosym(STRING input)

This function creates a symbol from the string input. Symbols can only contain alphanumeric characters, and the underscore character. If a string is specified with more than these characters, the error ~symbol is thrown.


frob_class() | size() | toerr() | tofloat() | toint() | toliteral() | toobjnum() | tostr() | tosym() | type() | valid() | fromliteral() | frob_value() | frob_handler()


the Cold Dark