Convert String Operations

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > String commands > !STR.- String Command > Convert String Commands >

Convert String Operations

STR.Swap Byte Order

Previous Top Next


MiniRobotLanguage (MRL)

 

STR.Swap Byte Order

Swap Byte Order of a complete String

 

 

Intention

 
This Command will swap the Byte order of a  complete String that is assumed to contain UTF-16 Data:

String Parameter, String Result.

 

 

Syntax

 

 

STR.Swap Byte Order|P1[|P2]

 

 

Parameter Explanation

 

P1 - Source variable. If P2 is missing then its also the destination variable

 

P2 - (optional) destination variable. If omitted the result is placed in the variable in P1.

 

 

 

 

 

Example

 

'***********************************

' CLB.-Sample

'***********************************

 

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also: