On 11/24/10 9:35 AM, Daniel Gibson wrote:
spir schrieb:What i don't understand is why people who need unsigned bytes do not use ubyte? But instead bug into char. Is this only because of C baggage?probably because you can't write ubyte[] str = "asdf"; and they want to have "ascii-chars" in their ubyte arrays
Probably the assignment should be allowed. Andrei