I have a statement in a custom function that says the following:
IF S = 41 THEN
CALL UpdateDisp2
ENDIF
UpdateDisp2 is custom function #37, and is empty (i.e., should do nothing).
When the program reaches this point (i.e., S = 41), the LCD displays
Runtime Err #19
CF #0037:7E10
How can CF #37 cause a runtime error if it is empty? Thanks in advance.