LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Scan error: Too many parameters

Using Scan(); function as defined per formatio.h getting the following error message during debug:
NON-FATAL RUN-TIME ERROR
Too many parameters.
This is NOT true!!! I have the correct parametes. Is compiler/code/library corrupt??
0 Kudos
Message 1 of 2
(2,806 Views)
There are no problems with the compiler/code or library, it is almost certainly a syntax error. It's hard to provide any more useful suggestions without more information (please post the call you are making).
Note that Scan() is a CVI function and is not the same as the various scanf functions (which also exist in CVI if that's what you are looking for). It uses a slightly different syntax for the format string than is used by scanf. Refer to the CVI help topic "Using the Formatting and Scanning Functions" for explanations, syntax information and examples.

Regards,
Ryan K.
0 Kudos
Message 2 of 2
(2,806 Views)