Post Reply 
Cryptic Error Message
01-19-2014, 09:27 PM (This post was last modified: 01-19-2014 09:28 PM by Han.)
Post: #2
RE: Cryptic Error Message
This can mean several things.

1. You created a function that requires a certain number of inputs, but when you actually called the function you did not specify the correct number of arguments. For example, your function requires PROG(a,b) but you used PROG(a). More generally, there is a function call that is not matched with a program block.

2. You used graphics objects G0 through G9 and the program was compiled within the Spreadsheet app. The program compiles fine but it will not run properly. Switching to another app does not fix the problem. Instead, compile the program in a different app view. This is currently a firmware bug. (Compiling here simply means open the source file and then exit from the program editor).

I'm sure there are other explanations, but these two are when I've encountered such error messages.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Cryptic Error Message - veeblefester - 01-19-2014, 09:17 PM
RE: Cryptic Error Message - Han - 01-19-2014 09:27 PM



User(s) browsing this thread: 1 Guest(s)