string foo = substr( "foo", 0, 1 );
string bar = strval( "bar" );
It throws Returned values by functions can only be assigned to variant variables
...
I am confused about that ... Isn't substr
a function ..?
why can't I assign a absolute string to a string variable ..?