Hi,
Use Scan From String with input format "%,;%f" or use Fract/Exp String To Number with use system decimal point = FALSE if decimal point is "." or use sytem decimal point = TRUE if decimal point is ",".
Best Regards,
@floresma wrote:
Hello,
I'm trying to convert the following string to a double:
it=55,55
Does anyone have any suggestions?
Thanks,
What are you trying to convert into a double? The whole string (it=55,55)? By "double," do you mean "ascii codes?"
Thanks for the help, however, i keep getting the following error:
Error 85 occurred at Scan From String (arg 1) in Untitled 3
Am I missing an element?
Thanks,
Post your VI, that way we can see what you are doing wrong.
Be sure that you have any data in controls saved as the default values.