@ÿÿ$clears the contents of the clipboardÿÿCLEARÿÿFDECTIME = SPLIT("<>",":") If ubound(DECTIME) = 0 Then CurrentState.SymbolTable.SetSymbolValue "HRS","0" CurrentState.SymbolTable.SetSymbolValue "MIN",dectime(0) Else CurrentState.SymbolTable.SetSymbolValue "HRS",dectime(0) CurrentState.SymbolTable.SetSymbolValue "MIN",dectime(1) End If 0CurrentForm.Caption = "Convert HH:MM to HH.MMMM"accepts input in HH:MM formatETIMEEnter time in HH:MM format.ÿÿc DECMIN = round((<> / 60),4) CurrentState.SymbolTable.SetSymbolValue "DECM",decmin copies answer to clipboardÿÿ<>ANSWDECMHRSMINSUM<> + <>sum<> + <>