I am using the method GetValInteger64("",0) to convert some text (string) user input to a number for use in calculations. The error message seems to indicate that TestStand is taking exception to the zero I am using as the second argument in the parentheses. The API help says to use 0 to specify the default behavior for the option, but doesn't say what the default behavior is. I have also tried 0x0 (No_Options) but I get the same results.
Am I using the wrong method here?