Re: binary in fields and strings

2003-11-13 Thread Alex Rice
On Nov 13, 2003, at 11:47 AM, Dar Scott wrote: Strings do just fine with ASCII NUL (0) and EOT (4). The Revolution EOF is encoded as 4, also. A few features have trouble with some values. For example, you can't have a NUL in an array key. I have seen (some versions back) NULs cause trouble i

Re: binary in fields and strings

2003-11-13 Thread Dar Scott
On Thursday, November 13, 2003, at 11:05 AM, Alex Rice wrote: Is it true that Revolution fields and strings can contain any character including NULL and EOF? Strings do just fine with ASCII NUL (0) and EOT (4). The Revolution EOF is encoded as 4, also. A few features have trouble with some val

binary in fields and strings

2003-11-13 Thread Alex Rice
Is it true that Revolution fields and strings can contain any character including NULL and EOF? I am debugging a situation where somehow a EOF character within a string got sent to my CLIPS external, which caused an error, understandably. Just want to make sure I understand what's happening be