Description
This function provides a utility to build and extract data from a string.
Syntax
retval = RTI_Stringbuilder( handle, method, param1, param2, param3)
Parameters
The function has the following parameters:
| Parameter | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| handle | ||||||||||||||||||||||
| method |
| |||||||||||||||||||||
| param1 |
| |||||||||||||||||||||
| param2 |
| |||||||||||||||||||||
| param3 |
|
Returns
| Method | Return Value |
|---|---|
| New | Not applicable |
| Append | The end position of the string. |
| GetByteSize | Returns the size of the string in bytes. |
| ToString | Returns the entire string. |
| RemoveAt | Returns the string at a delimiter. |
| Destroy | Not applicable. |