Geurge: Unidentified Bug???
Posted: 27 Jun 2007, 09:57
This little script should alert the layerInfo for the first 10 layers
(made to demonstrate the bug)
but it doesnt
am I doing something wrong???
-mads
(made to demonstrate the bug)
but it doesnt
am I doing something wrong???
-mads
Code: Select all
pos = 0
WHILE (pos<10)
tv_LayerGetID pos
id = result
tv_layerInfo id
tv_warn "Pos:"pos "ID:"result
pos = pos+1
END