Quote Originally Posted by Chien
and, as I know, the null char is #0 not 0, I think maybe, there is difference
between #0 and 0., so, if you use Random(100), you may get 0, but you will not
get #0
#0 is pascal specific, it is just for the compiler. #0 meaning char(0) or byte(0) = as u shoud know, there is no such thing as #0 in machine code, it is 0.

#0 = 0, and you can not use high on a byte array that would be dynamic.

@virtual

nil, null or nul are all just human readable code.

-Colin