Assuming you have a decimal number represented in a string, and want to put it in an int, float or double variable I would suggest using the Scan(), sscanf(), atoi(), atol(), or atof() functions. The first one is a CVI function (see 'Scanning Functions' in the CVI help), the others are part of the ANSI C standard library.
--
Martin
Certified CVI Developer