View Single Post
 
Old 09-30-2011, 03:39 PM
francis francis is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Sep 2011
Posts: 1
francis is on a distinguished road
Default Convert numbers to a specific text string

Hello,

I have a number that I need to convert to the following text string formats. I have successfully converted 45 to the following text string using the custom format:
Wait(45000);

But it does not work with the ones below:

Convert 0.05 to the following text string:
<ParameterString>0.05</ParameterString>

Convert 0 to the following text string:
<Time>0</Time>

These are codes for a instrument and the text must be in the exact format above. Can anyone help.

Regards,

Frank
Reply With Quote