Functions Reference

Table Of Contents
Katakana, page 168 Zenkaku Katakana converted from Hiragana.
Left, page 168 The specified number of characters in the text, counting from the left.
LeftValues, page
169
The specified number of values in the text, counting from the left.
LeftWords, page
170
The specified number of words in the text, counting from the left.
Length, page 170 The number of characters in the specified text, including all spaces, numbers, and
special characters.
Lower, page 171 All letters in the specified text as lowercase.
Middle, page 171 The specified number of characters in the text, starting at a specified character
position.
MiddleValues, page
172
The specified number of values in the text, starting with a specified value.
MiddleWords, page
173
The specified number of words in the text, starting with a specified word.
NumToJText, page
173
Roman numbers converted from Japanese text.
PatternCount, page
174
The number of occurrences of a search string in the specified text.
Position, page 175 The specified occurrence of a search string, starting from a specified position.
Proper, page 175 The first letter of each word in the specified text as uppercase, and all other letters
as lowercase.
Replace, page 176 A new string of characters consisting of the specified text as modified by the
specified replacement text.
Right, page 177 The specified number of characters in the text, counting from the right.
RightValues, page
177
The specified number of values in the text, counting from the right.
RightWords, page
178
The specified number of words in the text, counting from the right.
RomanHankaku,
page 179
Hankaku (alphanumeric & symbols) converted from Zenkaku (alphanumeric &
symbols).
RomanZenkaku,
page 179
Zenkaku (alphanumeric & symbols) converted from Hankaku (alphanumeric &
symbols).
SerialIncrement,
page 180
The combined text and numbers in a specified value, with the numbers
incremented by the specified amount.
Substitute, page 180 A text string with every occurrence of a specified search string in the text replaced
by a specified replacement string.
Trim, page 181 Text stripped of all leading and trailing spaces.
TrimAll, page 182 Text with full width spaces between non-Roman and Roman characters removed.
Upper, page 183 All letters in the specified text as uppercase.
ValueCount, page
184
A count of the total number of values in the specified text.
WordCount, page
184
A count of the total number of words in the specified text.
This function Returns