StrSet

From the Oblivion ConstructionSet Wiki
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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.