Functions Reference

Table Of Contents
Chapter 12
|
Text functions 179
Data type returned
text
Description
Converts from Zenkaku alphanumeric and symbols to Hankaku alphanumeric and
symbols.
Example
RomanHankaku(“M a c i n t o s h”) returns Macintosh
RomanZenkaku
Format
RomanZenkaku(text)
Parameter
text - any text expression or text field
Data type returned
text
Description
Converts from Hankaku alphanumeric and symbols to Zenkaku alphanumeric and
symbols.
Examples
RomanZenkaku(“Macintosh”) returns M a c i n t o s h
SerialIncrement
Format
SerialIncrement(text;incrementBy)
Parameters
text - any text that also contains a number
incrementBy - any numeric expression
to increment the text by
Data type returned
text