Shop OBEX P1 Docs P2 Docs Learn Events
Minor SX-Key Bug — Parallax Forums

Minor SX-Key Bug

AmitAmit Posts: 27
edited 2007-01-15 23:02 in General Discussion
I'm running the SX-Key v3.2 on XP Pro SP2 and I found a minor bug. It seems that accidentally declaring a variable twice causes the program to crash. For example I had this code:


temp        var    byte

'A2D 2 Variables
A2D2        var    byte(7)
BStrainR    var    A2D2(0)
VStrain1    var    A2D2(1)
HStrain2    var    A2D2(2)
temp        var    A2D2(3)
VStrain2    var    A2D2(4)
HStrain1    var    A2D2(5)
BstrainL    var    A2D2(6)





and the repetition of temp caused the SX-Key program to crash. I don't know if this was already known but I just wanted to make sure you guys were aware of the bug.

-Amit

Comments

Sign In or Register to comment.