METHOD CharAtEquals : BOOL
This method tests, if the character at a specified position within the string is equal to a given character.
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
CharAtEquals
|
BOOL
|
|
Input
|
iPosition
|
INT
|
The position (relative to 1) within the string to check
|
stChar
|
STRING(1)
|
The character to search
|
|