I have 2 hours (6:09 and 8:34). How can I do that for example, an application doesn't have to run between 6:09 and 8:34? How can it knows? I tried:
- Code: Select all
StrParse "[TextEntry15]" ":" "[yur]" "[rtrt]"
If "[Hour]" ">=" "[yur1]"
If "[Minute]" ">=" "[yur2]"
If "[TextEntry16]" "<>" ""
SearchStr ":" "[TextEntry16]" "[zie]" ""
If "[zie]" ">" "0"
StrParse "[TextEntry16]" ":" "[yure]" "[rtrte]"
If "[Hour]" "<=" "[yure1]"
If "[Minute]" "<=" "[yure2]"
.STOP APP
endif
endif
endif
endif
endif
else
.RUN APP
Endif
endif
endif
endif
Thanks
Alex