Manipulate text and process one- and two-dimensional collections.
Join strings, count characters and change text case.
Locate characters and extract sections of a string from zero-based positions.
Convert between characters and their numeric character codes.
Declare, access and update fixed-position collections.
Use a loop counter as an index and avoid off-by-one errors.
Use row and column indices to process table-like data.