| UtilsLib Xojo and Real Studio plugin |
|
CloneString Method
To make a true copy of Xojo or Real Studio string use the CloneString method.
CloneString(
str as String) as String
Parameters
- str
- REALbasic string you want to clone.
Returns
- String
Remarks
Real Studio and Xojo do not always make a true copy of a string when = operator is used, sometimes it only passes a reference.
Supported Platforms:
MacOS X CarbonMacOS X CocoaWin32 - WindowsLinux x86Unsupported Platforms:
See Also
GlobalMethods Global