Variables window
Posted: Sun Jul 13, 2014 5:08 am
eval of the '812, ARMBasic 9.33b, [kernel 8.33 I do believe] - variables window from the BT tools tab
playing around with DIM blah(nn) as STRING & DIM stuff(nn) as BYTE
WHEN I did add the 'as BYTE' and played with it -- I got the corruption that I highlighted <---issue #1
***
initially - I had the 'as BYTE' after the 'as STRING' but it still showed up on the top of the display -like the picture;; LATER I moved the 'as BYTE' as the first DIM'd statement and it didn't change the view in the window - okay - I can live with it
***
issue#2 --> the 'as BYTE' array doesn't show all my data UNLESS I declare it as at least 64 (if I remember correctly)
I know that a (15) or (16) will not show but more than the two groups of hex characters
**
I've tried to arrange the picture to show the program working, no errors running or loading, as well as the bulk of the program
**
in the bigger program that I loaded and ran - I was attempting to clear the string memory but I used the "$" instead of 'as STRING'
is that an issue?? ALSO I did not assign any data to the string - I assumed it would zero it like a common variable. ??good assumpt??
**
PS. will the variables window be available in the Multi-Core Basic Tools??
playing around with DIM blah(nn) as STRING & DIM stuff(nn) as BYTE
WHEN I did add the 'as BYTE' and played with it -- I got the corruption that I highlighted <---issue #1
***
initially - I had the 'as BYTE' after the 'as STRING' but it still showed up on the top of the display -like the picture;; LATER I moved the 'as BYTE' as the first DIM'd statement and it didn't change the view in the window - okay - I can live with it
***
issue#2 --> the 'as BYTE' array doesn't show all my data UNLESS I declare it as at least 64 (if I remember correctly)
I know that a (15) or (16) will not show but more than the two groups of hex characters
**
I've tried to arrange the picture to show the program working, no errors running or loading, as well as the bulk of the program
**
in the bigger program that I loaded and ran - I was attempting to clear the string memory but I used the "$" instead of 'as STRING'
is that an issue?? ALSO I did not assign any data to the string - I assumed it would zero it like a common variable. ??good assumpt??
**
PS. will the variables window be available in the Multi-Core Basic Tools??