Quote from
Patrik on August 27, 2022, 6:32 pm
I don't understand :
CreateArray [myMap] 11,10,11,24,28
ArrayLen [myMap] [nbr] <-- 5 ok
SetVar [nbr] [nbr]-1 <-- 4 ok
Loop 0 [nbr] [idx]
GetCompVar [tn] [myMap[idx]]
AlertBox "Debug" "tn=[tn]" "" <-- undefined ??
EndLoop
---EDIT---
SetVar [tn] "[myMap([idx])]"
What is the work of GetCompVar?
I don't understand :
CreateArray [myMap] 11,10,11,24,28
ArrayLen [myMap] [nbr] <-- 5 ok
SetVar [nbr] [nbr]-1 <-- 4 ok
Loop 0 [nbr] [idx]
GetCompVar [tn] [myMap[idx]]
AlertBox "Debug" "tn=[tn]" "" <-- undefined ??
EndLoop
---EDIT---
SetVar [tn] "[myMap([idx])]"
What is the work of GetCompVar?