next | previous | forward | backward | up | top | index | toc | home

String # ZZ -- get character from string

Synopsis

Description

x#i -- provides the i-th character of the string x, as a string of length 1, if there is one.

If i is out of range, a string of length 0 is returned. If i is negative, then the i-th character from the end is provided.

See also