Imported from previous forum
Is the char data type stictly character, or can it be alphanumeric (or numeric if necessary)? Are there any exceptions?
[ original email was from Vitaliy Kantor - kantorv@ms.com ]
As stated in the document, "char: Alpha-numeric free format strings, can include any character or punctuation except the delimiter"("SOH" #001)
I’d say that more prudent would be to use only printable characters, but there is no such formal requirement.
> Is the char data type stictly character, or can it be alphanumeric (or numeric if necessary)? Are there any exceptions?
>