Please enable JavaScript to view this site.
This program compares the specified position [PARM2] in the String [PARM1] with the supplied comparison character [PARM3] and passes back LT [less than], GT [greater than] or EQ [equal to] as a result in PARM1.
| Parameter | In | Len | Out | Len | 
| PARM1 | String | 132 | Results = LT, GT or EQ | 2 | 
| PARM2 | String Position | 2 | - | 
 | 
| PARM3 | Comparison character | 1 | - | 
 | 
| PARM4 | - | 
 | - | 
 | 
| PARM5 | - | 
 | - | 
 | 
| PARM6 | - | 
 | - | 
 | 
Note: If nothing is passed in PARM2 the string position of 1 will be assumed.
 
	