RulePoint
- RulePoint 6.1
- All Products
charat(string,indexvalue)
Argument
| Required
Optional
| Description
|
---|---|---|
string
| Required
| The string whose character you want to retrieve.
|
indexvalue
| Required
| The index value that you specify for the string to return the character.
|
when 1 Greetings g with charat(g.wish,4) as result !=”” then response with body=”${result}”
Usage
| Description
| Result
|
---|---|---|
w.wish="hello world"
| Character value at position 4.
| 0
|