BT 'variables window"

basically miscellaneous, if it doesn't fit another sub-forum enter it here, we might even promote it to its own sub-forum
Post Reply
olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

BT 'variables window"

Post by olzeke51 »

If you are doing any mods to this tool, you may want to look at the way an INteger array is displayed, unless it too is terminated by a '0'
I did a "dim valu(7) as integer ", assigned " valu(7) = 8 " and got this display:
Q_PARAM:ADR &H10000C78 268438648
Z_PARAM:ADR &H10000CB8 268438712
KYBD &H00000003 3
M &H00000004 4
VALU 0 0 0 0 0 0 0 8
0
VALU$ "xyz" 78797A00 31303030
******
BTW Valu$ was dim as Valu$(2) and you can see the terminating '0' ; not sure what the 313030 is(no big deal) as the ascii display show my data
***
Just keepin' ya honest - in the future



Post Reply