dblume commited on 2023-03-09 08:07:37
Showing 2 changed files, with 2 additions and 2 deletions.
| ... | ... |
@@ -37,7 +37,7 @@ sub printAA(aa) |
| 37 | 37 |
m.top.updateText = " " + key + " = a byte array" |
| 38 | 38 |
elseif type(val) = "roArray" |
| 39 | 39 |
for i=0 to val.Count() |
| 40 |
- m.top.updateText = " " + key + "[" + i.toStr() + "] " + val[i] |
|
| 40 |
+ m.top.updateText = " " + key + "[" + i.toStr() + "] = " + val[i] |
|
| 41 | 41 |
end for |
| 42 | 42 |
else |
| 43 | 43 |
m.top.updateText = " " + key + " = " + val.ToStr() |