Difference between revisions of "StrCopy"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Talkie Toaster
(New page: '''Syntax:''' StrCopy ''long:CopyTo'' ''long:CopyFrom'' Overwrites the string associated with the Copy To pointer with the string associated with the Copy From pointer. [[Category: Func...)
 
imported>Talkie Toaster
Line 1: Line 1:
'''Syntax:'''
'''Syntax:'''
  StrCopy ''long:CopyTo'' ''long:CopyFrom''
  StrCopy ''CopyTo:long'' ''CopyFrom:long''


Overwrites the string associated with the Copy To pointer with the string associated with the Copy From pointer.
Overwrites the string associated with the Copy To pointer with the string associated with the Copy From pointer.

Revision as of 18:19, 13 July 2007

Syntax:

StrCopy CopyTo:long CopyFrom:long

Overwrites the string associated with the Copy To pointer with the string associated with the Copy From pointer.