[CMD] ToText

stable
By Strooth in Miscellaneous Published June 2021 👁 1,005 views 💬 0 comments

Description

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!