Functions Reference

Table Of Contents
Text functions
F
ILEMAKER FUNCTIONS REFERENCE 287
Middle Extracts the specified numberOfCharacters from text, starting at the specified
character position.
MiddleValues Returns text containing the specified numberOfValues in text, starting at
startingValue.
MiddleWords Returns text containing the specified numberOfWords from specified text, starting
at startingWord.
NumToJText Converts Arabic numerals to Japanese text.
PatternCount Returns the number of occurrences of searchString in text.
Position Returns the starting position of the specified occurrence of searchString in text.
Proper Returns the first letter of each word in text as uppercase and all other letters as
lowercase.
Quote Returns the text form of text enclosed in quotation marks.
Replace Replaces a string of characters in specified text with replacementText.
Right Returns the specified numberOfCharacters in text, counting from the right.
RightValues Returns values contained in text, according to the specified numberOfValues,
counting from the right.
RightWords Returns text containing the specified numberOfWords in text, counting from the
right.
RomanHankaku Converts from Zenkaku alphanumeric and symbols to Hankaku alphanumeric and
symbols.
RomanZenkaku Converts from Hankaku alphanumeric and symbols to Zenkaku alphanumeric and
symbols.
SerialIncrement Returns specified text and numbers, with the numbers incremented by the
specified amount.
Substitute Returns a text string with every occurrence of searchString in specified text
replaced by replaceString.
Trim Returns text stripped of all leading and trailing spaces.
TrimAll Returns a copy of text with specified spaces (such as spaces between text, or
non-Roman spaces such as full- and half-width) removed or inserted.
Upper Returns all letters in specified text as uppercase.
ValueCount Returns a count of the total number of values in specified text.
WordCount Returns a count of the total number of words in specified text.
This function Does this