With Systemtime, you could write it like this :
ASSIGN\TIME_TO_START="01:30:00"
DO/
ASSIGN\VAR1=SYSTEMTIME("hh':'mm':'ss")
UNTIL/VAR1>=TIME_TO_START
If you type hh, time is formated on 12 hours, if you type HH, it's on 24 hours.
The programm runs on itself during all the time waiting time to start...
With Systemtime, you could write it like this :
ASSIGN\TIME_TO_START="01:30:00"
DO/
ASSIGN\VAR1=SYSTEMTIME("hh':'mm':'ss")
UNTIL/VAR1>=TIME_TO_START
If you type hh, time is formated on 12 hours, if you type HH, it's on 24 hours.
The programm runs on itself during all the time waiting time to start...