is there a way to make the "loop" global ?
I need to loop through a type collection like this:
for loop.object = each.object
update_xy_pos()
next
--------------------------------
Function update_xy_pos()
loop.object\x = 10
loop.object\y = 20
End Function
I need to loop through a type collection like this:
for loop.object = each.object
update_xy_pos()
next
--------------------------------
Function update_xy_pos()
loop.object\x = 10
loop.object\y = 20
End Function