Hi everyone!
I have a pair of questions for you. Actually i'm working to
a program that, given some 8-bit random generated numbers
in binary, for example, 10001011, it converts it to
hexadecimal value and then to ascii chars.
1) The problem is that sometimes random-generated codes
goes under 31-decimal and Chr has to use 2 bytes to
represent them. The problem is solved (?) by using ChrB or
ChrB$ but, as i try to substitute them to Chr it does work
no more, since it does not give back anything. Do you have
any idea for this?

2) Do you know ho to implement something to make cursor goes
to the lower line when there are no more spaces (as in
notepad, "Return automatilly", in Edit menu, i think...
don't know in English...)

3) Why does my Rnd() function always give back tha same
numbers? When the programis run, the sequence of random
number is always the same every time... Does this have
something to do with Randomize?
Thanks a lot for any help...