some opts
This commit is contained in:
@@ -258,7 +258,7 @@ proc lttb_EN {stmt} {
|
|||||||
proc int_LIST {} {
|
proc int_LIST {} {
|
||||||
global progmem
|
global progmem
|
||||||
loop i 1 32768 {
|
loop i 1 32768 {
|
||||||
if {[dict exists $progmem $i]} {
|
if {[dict exists $progmem $i] && [string length $progmem($i)]} {
|
||||||
puts [format "%d\t%s" $i $progmem($i)]
|
puts [format "%d\t%s" $i $progmem($i)]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user