Add greater than or less than signs

How can I add the sign greater than or less than to a current time so that it writes it in a box with the activity “type into”.

if I want to write the hour greater than: ‘now.AddMinutes(-5).ToString(“Hhmmss”)’

thankss

Hi @achap

Try like this

"> "+Now.AddMinutes(-5).ToString("Hhmmss")

it worked fine, thanks a lot

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.