Este contenido no está disponible en el idioma seleccionado.
function::stringat
Name
function::stringat — Returns the char at a given position in the string
Synopsis
stringat:long(str:string,pos:long)
Arguments
str- the string to fetch the character from
pos- the position to get the character from (first character is 0)