UtilsLib REALbasic Plugin

Global Methods

Global Methods

BitShiftTo obtain result of left- or right - shifted 32-bit value, use the BitShift function.
CloneStringTo make a true copy of REALbasic string use the CloneString method.
Endian16SwapTo swap the endian of a 16bit integer value use the Endian16Swap function.
Endian32SwapTo swap the endian of a 32bit integer value use the Endian32Swap function.
GenerateGUIDTo create a globally unique 128 bit ID, use the GenerateGUID function.
GetEthernetAddressTo get the MAC id from the Ethernet card of the computer, use the GetEthernetAddress function.
GetEthernetAddressCountTo get the count of Ethernet adapters, use the GetEthernetAddressCount function.
GetIndStringTo get a string from a indexed STR# resource, use the GetIndString function.
GetLabelColorUse GetLabelColor to get a color used in the label menu of the finder.
GetLabelStringUse GetLabelString to get a string used in the label menu of the finder.
GetSystemEncodingTo get the current system Encoding for usage with Text encoding manager then
use the GetSystemEncoding function.
HiWordTo obtain most-significant 16 bits of 32-bit operand, use the HiWord function.
LoWordTo obtain least-significant 16 bits of 32-bit operand, use the HiWord function
SetIndStringTo set a string in a indexed STR# resource, use the SetIndString function.

*Note* this function is not a standard Toolbox function as there is no SetIndString in the MacOS toolbox