Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jchoca

Pages: [1]
1
Technical support / CALL function causes Runtime Err #19
« on: June 29, 2012, 10:08:12 AM »
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.

Pages: [1]