M.HosNS
0
Q:

macro mod until

UNTIL(<condition>)
Direct Url: UNTIL | Category: Control Flow
Description
Completes a loop started with DO but exits the loop if <condition> is met.

example:
do;
until(YPOS = 1)

exits the loop when the ypos is 1.
0

New to Communities?

Join the community