Difference between revisions of "StrSet"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
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.

Revision as of 17:28, 13 July 2007

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.