Difference between revisions of "StrNew"
Jump to navigation
Jump to search
imported>Talkie Toaster (New page: '''Syntax:''' set ''long'' to StrNew Registers a new string, and returns it's reference number as a ''long''. This number is used when performing functions on the string- the long itse...) |
imported>Talkie Toaster |
||
Line 1: | Line 1: | ||
'''Syntax:''' | '''Syntax:''' | ||
set ''long'' to StrNew | set ''StringRef:long'' to StrNew | ||
Registers a new string, and returns it's reference number as a ''long''. This number is used when performing functions on the string- the long itself does not contain the string, merely points to it. | Registers a new string, and returns it's reference number as a ''long''. This number is used when performing functions on the string- the long itself does not contain the string, merely points to it. |
Revision as of 18:22, 13 July 2007
Syntax:
set StringRef:long to StrNew
Registers a new string, and returns it's reference number as a long. This number is used when performing functions on the string- the long itself does not contain the string, merely points to it.