08-20-2013, 04:38 PM
Hi,
is it possible to include 'for' loop in the macro? If it is - how to do it? Beacuse code which i found doesn't work at all..
for x:=0, x<5, 1 do
[here i do what i need to do]
end
is it possible to include 'for' loop in the macro? If it is - how to do it? Beacuse code which i found doesn't work at all..
for x:=0, x<5, 1 do
[here i do what i need to do]
end