StrSet
Revision as of 17:27, 13 July 2007 by imported>Talkie Toaster (New page: '''Syntax:''' StrSet ''StringRef:long'' "String" '''Example''' StrSet ''sentence'' "Sentence will be set to this" Sets the contents of the passed StringRef to the passed string. StrSet ...)
Syntax: StrSet StringRef:long "String"
Example StrSet sentence "Sentence will be set to this"
Sets the contents of the passed StringRef to the passed string. StrSet will overwrite any existing contents of the string.