[CMD] ToText
stableDescription
Basic variable to text command - used in various scripts of mine
HaasScript
DefineCommand('ToText', 'Convert variable to string')
local input = DefineParameter(DynamicType, 'input', 'input', false, 'Not Input Specified in ToText Command', 'New Guid, dynamictype, number, string')
DefineOutput(StringType, Parse(input, StringType))
0 Comments
Sign in to leave a comment.
No comments yet. Be the first!