On Apr 6, 7:39 am, Joep Suijs <[email protected]> wrote:

>
> > Hi Seb
>
> > 2010/4/6 Sebastien Lelong <[email protected]>:
> >> Can't it be set, at least, at the beginning as a constant, defaulting to 0 
> >> ?
>
> > Sure it can.
>
> > Mike, could it still break code if you can define the termination character?
>
> > Joep

or const byte NULL = 0
or const byte NULL = 255

No-one should care or assume in any language what value NULL is as
long as the constant exists.

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.

Reply via email to