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.
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.