I have to run a part of a script if the current time is later than 11pm and i do i that way:
Variable "DatumStunde" is set with "GetDateTime" and "hh" so its "08" for example. Then i use "If DatumStunde > 22"... and there is the problem, because its true for automise. So how can i solve that, please?