Any reason why
Code:
hserout [#StartHour[0] DIG 1,#StartHour[0] DIG 0,#StartMin[0] DIG 1,#StartMin[0] DIG 0]
compiles, but
Code:
hserin [#StartHour[0] DIG 1,#StartHour[0] DIG 0,#StartMin[0] DIG 1,#StartMin[0] DIG 0]
Throws up an "expected ]" error. I've tried adding ] to nearly all possible permutations and still can't get it nto compile