LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how do I convert a string to a integer ?


0 Kudos
Message 1 of 2
(3,049 Views)
There is an ANSI C function atoi that can be used. If you are converting more than one number or an array of integers, look at our Scan function or the ANSI C function sscanf.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
Message 2 of 2
(3,049 Views)