How can I query the value of a field without a label?

Use the #-notation to denote the field. For example, for a field in row 5 and column 30:

Set V[myvar] "&#[5,30]"
if V[myvar=00:00]
    Set #[5,30] "24:00"
endif