Xbasic

Character Sort Functions

Description

Sort elements in a string.

Name
Description
*locale Function

Represents text in locale (tag used for sorting).

invert_lines Function

Invert rows in a CRLF delimited string

KEYWORDS Function

Returns a sorted list of all unique words in a string, when used in with index, will generate a keyword index.

KEYWORDSI Function

Returns a sorted list of all unique case-insensitive words in a string, when used in with index, will generate a keyword index.

KEYWORDSX Function

Returns a sorted list of all unique soundex words in a string.

Line_ReverseOrder Function

Reverse the order of the entries in a crlf delimited list.

SORTSTRING_BY_LENGTH Function

Sort a CRLF delimited string from shortest entries to longest entries

SORTSUBSTR Function

Returns a string of sorted tokens from a character string - token type 'N'-numeric 'X'-length.