Repeat and until macro

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
ff5_86
Newbie
Posts: 1
Joined: Wed Oct 15, 2003 4:57 pm

Repeat and until macro

Post by ff5_86 » Wed Oct 15, 2003 4:59 pm

according to the help script commands

Let>k=0
Repeat>k
Let>k=k+1
Message>file_names_%k%
Until>k,file_names_count

where do i define the final value of k such tt the macro stops when k reached the defined value

User avatar
support
Automation Wizard
Posts: 1450
Joined: Sat Oct 19, 2002 4:38 pm
Location: London
Contact:

Post by support » Wed Oct 15, 2003 5:29 pm

In the Until line:

Until>k,MAX_VALUE

In your example it stops when k equals file_names_count
MJT Net Support
[email protected]

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts