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 Carbon
  • MacOS X Cocoa
  • Win32 - Windows
  • Linux x86

    Unsupported Platforms:

    See Also

    GlobalMethods Global