[Gambas-devel] Next Question Debug enhancing ( gambas2-1.9.43 and before)
Ron Onstenk
ronstk at ...124...
Sun Sep 24 02:45:20 CEST 2006
On Saturday 23 September 2006 23:49, Benoit Minisini wrote:
> > Name |Value
> > _____________________________________________________
> > 0123456789 |123456789
> >
> >
> >
> > Amicalment
> > Charlie
> >
>
> I mean: I don't see any problem there.
>
> --
> Benoit Minisini
>
I do
intA = array(001,002,003,004,005,006,007,008,009)
intB = array(123,003,080,255,255,234,001,004,255)
for
DATA = 001,002,003,004,005,006,007,008,009
DATA = 123,003,080,255,255,234,001,004,255
DATA = 01000010,01000101,01001110,01001111,01001001,01010100 'bits for benoit
Think on all those data lines with numbers in history.
Then a program read that data lines and poke it in memory.
Do the 'system(49100)' call and your C64 play 'Tetris' :)
Here the leading zeros make it _visible_ if you miss some digit.
Would be stupid to write on paper '00123' and the leading zeros disappear.
Same with strings.
I do not really like the editor removes the spaces in my entered text.
Ron
More information about the Devel
mailing list