Scalar FunctionsType Functions
tostring
Convert the input to a string.
Syntax
tostring(value)Parameters
Prop
Type
Returns: string
Examples
Example 1
print tostring(793)| print_0 (string) |
|---|
| 793 |
Convert the input to a string.
tostring(value)Prop
Type
Returns: string
print tostring(793)| print_0 (string) |
|---|
| 793 |