3346
The Axe Parser Project / Re: Bug Reports
« on: September 03, 2010, 01:49:06 am »
Ah yes thats true, hmmmmm, let me check real quick
Weird, so its definetaly 49 and not an index, even using complete 2byte commands
gives me 49
Im going to run some more tests...
Oh, silly me its because im OUTPUTING to the screen and that messes with L5 Let me try with a different location...
Ok, im not getting any bugs at all with other locations, i think that might be the problem, were you outputing to the screen to view the contents?
Weird, so its definetaly 49 and not an index, even using complete 2byte commands
Code: [Select]
1->{L1}r->{L5+4}r
Output(0,0,{L5+4}r>dec
gives me 49
Im going to run some more tests...
Oh, silly me its because im OUTPUTING to the screen and that messes with L5 Let me try with a different location...
Ok, im not getting any bugs at all with other locations, i think that might be the problem, were you outputing to the screen to view the contents?