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
Repeat and until macro
Moderators: JRL, Dorian (MJT support)
In the Until line:
Until>k,MAX_VALUE
In your example it stops when k equals file_names_count
Until>k,MAX_VALUE
In your example it stops when k equals file_names_count
MJT Net Support
[email protected]
[email protected]