MBTOSBS
Syntax
MBTOSBS {txt_var}
Description
Converts a double-byte string to its single-byte equivalent.
This command converts the specified string in the following way: any occurrence of a double-byte character that also has a single-byte representation (numerals, punctuation, roman characters, and katakana) is converted.
Parameters
| Parameter | Description |
|---|---|
|
txt_var |
Specifies the string to be converted. |
See The TO_SINGLE_BYTE function
of the LET command