HAN2ZEN†
Format†
HAN2ZEN( src [ , type ] )
Function†
- Converts all half-width English letters, numbers, and katakana in a string to full-width characters.
Arguments†
- src
- The string to be converted.
- type
- A comma-separated string of the character types to be converted (optional). If omitted, all are specified.
- numerical values (0–9)
- alphabet - alphabetic
- symbol - symbols, etc.
- kana - katakana and punctuation marks
Return value†
- If successful, the converted string
- If unsuccessful, nothing is returned (VOID)
Related†
Version†
Example†
_result=HAN2ZEN('2007ABC','number,alphabet')
_result will be "2007ABC".