NAME

stringify - return pointer to a string argument


SYNOPSIS

val = stringify("somestring")


DESCRIPTION

stringify returns a pointer to the string argument ("somestring") suitable for storing in RTcmix variables.


ARGUMENTS
"somestring"
The string to be converted to an RTcmix pointer.


EXAMPLES
rtptr = stringify("hey there!")


SEE ALSO

print, printf, type, len