if I have seven doors named door1,door2 door3 etc and I want to use a common command for all doors to identify them as a group, how can I code this. I dont want to use types for other reasons.
I was thinking of something like this
for d=1 to 7
if pick1=(door+"d") then
do something
endif
next
basically I want door to add the number "d" to identify it.
Does this make sense ????
I was thinking of something like this
for d=1 to 7
if pick1=(door+"d") then
do something
endif
next
basically I want door to add the number "d" to identify it.
Does this make sense ????