GNU/Linux |
CentOS 5.6 |
|
![]() |
function::stringat(3stap) |
![]() |
function::stringat − Returns the char at a given position in the string.
stringat:long(str:string,pos:long)
str |
The string to fetch the character from. | ||
pos |
The position to get the character from. 0 = start of the string. |
stringat:long(srt:string, pos:long)
This function returns the character at a given position in the string or zero if thestring doesn’t have as many characters.
![]() |
function::stringat(3stap) | ![]() |