Difference between revisions of "StrCopy"
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 m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''Syntax:''' | '''Syntax:''' | ||
StrCopy ''long | StrCopy ''StringTo:long'' ''StringFrom: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. |
Latest revision as of 06:58, 14 July 2007
Syntax:
StrCopy StringTo:long StringFrom:long
Overwrites the string associated with the Copy To pointer with the string associated with the Copy From pointer.