francisobrien2011
New Member
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>
The data varies from 0-2.0
Convert 0 to the following text string:
<Time>0</Time>
The data varies from 0-2500
These are codes for a instrument and the text must be in the exact format above. Can anyone help.
Regards,
Frank
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>
The data varies from 0-2.0
Convert 0 to the following text string:
<Time>0</Time>
The data varies from 0-2500
These are codes for a instrument and the text must be in the exact format above. Can anyone help.
Regards,
Frank