Hi - when testing loop conditions would it be possible to have a greater and less than options for strings - I was wanting to test a run date (date : time ) format return against a system (date : time) and the output of the date functions is string. There seems to be no way to cast them to be numeric so I can't do it that way. The best I can manage is string comparison on just the date element so at least I know if the job completed ok on the current day but this will have potential issues on an overnight run if we cross over midnight - the loop will run out to its maximum iteration. Ideally I would like to test the full date string as greater than the date and time when I started the job.
Thanks
Brett.