Subject Re: [IBO] Boolean fields question
Author Salvatore Besso
hello Jason,

> I added numerical digits to the list of characters
> to escape because numerical digits are used when
> certain ASCII characters are escaped.

but since my LOGICAL domain is defined as SMALLINT (1 for true and 0 for
false), do I have to leave the escaped form =\1,\0 or do I have to use the
standard form =1,0?

Regards
Salvatore