stringToSymbol
stringToSymbol(t_string) =>s_symbolName
Description
Converts a string to a symbol of the same name.
Arguments
Value Returned
Examples
y = stringToSymbol( "test")
=> test
sprintf(nil "%L" y)
=> "test"
Related Topics
Return to top
stringToSymbol(t_string) =>s_symbolName
Converts a string to a symbol of the same name.
y = stringToSymbol( "test")
=> test
sprintf(nil "%L" y)
=> "test"