| Syntax |
|
| Documentation | Returns the character at the spcefied index of the given string:
index, the index of the requested character in the string (positiv integer number or zero)
an java.lang.NumberFormatException if the index parameter is non numerical. |
| Examples | |
Accessing every character of a string:
$set{length}{$length{alphanumeric}} $for{$set{counter}{0}}{$less{$get{counter}}{$get{length}}}{$incLocal{counter}}
$set{symbol}{$charAt{alphanumeric}{counter}} } |
|
| Group | String |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 2 |