ASCII

Syntax:

ASCII(C string_of_characters)

Return Value:

N[..] ascii values

Description:

ASCII converts a character string to a multi occurrence number field giving the ascii values of each character

Example:

ASCII("ABC") = 65|66|67