Quantcast
Channel: Silk Performer
Viewing all articles
Browse latest Browse all 4084

Wiki Page: How can I convert a number into a float or string?

$
0
0
The following code shows how to convert a number into a float or string.   dcltrans  transaction TInit var fValue : float; nValue : number;  sValue  : String; begin  fValue := float(nValue); //convert number to float  sValue := string(nValue); //convert number to string end TInit;   For more information on the conversion of data types please search for "Conversion" in the On-Line Help

Viewing all articles
Browse latest Browse all 4084

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>