symbolToString
symbolToString(s_symbolName) =>t_string
Description
Converts a symbol to a string of the same name. This function is the same as get_pname.
Arguments
Value Returned
Examples
y = symbolToString( 'test2)
=> "test2"
sprintf(nil "%L" y)
=> "\"test2\""
Related Topics
Return to top