Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

artMakeString

artMakeString( 
g_anyArg
)
=> t_argAsString / nil

Description

Converts data of the given data type to a string. The valid data types for the g_anyArg argument include symbol, integer, float, and string. The floating point numbers are converted into strings by using the '%.16g' format specification to produce the most precise output.

Argument

g_anyArg

Argument of any data type.

Value Returned

t_argAsString

Returns the string representation of the input argument.

nil

Indicates an error.

Examples


Return to top
 ⠀
X