Difference between revisions of "StrSet"
Jump to navigation
Jump to search
no edit summary
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 ...) |
imported>Talkie Toaster |
||
Line 1: | Line 1: | ||
'''Syntax:''' | '''Syntax:''' | ||
StrSet ''StringRef:long'' "String" | StrSet ''StringRef:long'' "String" | ||
'''Example''' | '''Example''' | ||
StrSet ''sentence'' "Sentence will be set to this" | 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. | Sets the contents of the passed StringRef to the passed string. StrSet will overwrite any existing contents of the string. |