PDA

View Full Version : Variable display window bug with tables


Mark F
February 19th, 2005, 03:48 AM
I'm making extensive use of tables in the Serial Plugin. If I traverse down into a multilevel table in the Variable display window, I cannot use the up arrow button (^) to go back up one level. At that point, if I press the "Inspect Table" button, I see an extra . at the end of the variable name.

Run this code:

number = {
one = {
val = 1
}
}

Traverse down to the "val" variable. Try to go back up one level and the display will be blank. Now press the "Inspect Table" button.

Ron
February 19th, 2005, 09:54 AM
Thanks Mark. Fixed.

Mark F
February 20th, 2005, 04:33 AM
Confirmed the fix. Thanks. :)