i have an integer variable and i want to convert this variable to string using Centura SQLWindows/32, there is a function for doing that?
Asked
Active
Viewed 1,540 times
1 Answers
4
Use SalNumberToStr
or SalNumberToStrX
, definitions below....
length = SalNumberToStr ( nNumber, nDecimalPlaces, strString )
or
strString = SalNumberToStrX ( nNumber, nDecimalPlaces )
Converts a number to a string.
Parameters
nNumber Number
. The number to convert.nDecimalPlaces
Number. The number of decimal places you want instrString
.-
Return Value
nLength
is the length ofstrString
, including the decimal point.strString
is the string converted fromnNumber
.
strString
Receive a String
. The string converted from nNumber
.
For future reference here is Centura ( now Gupta, for the last 15 years ) books online :
C:\Program Files (x86)\Gupta\Team Developer 6.2\Books\index.html

H. Pauwelyn
- 13,575
- 26
- 81
- 144

GuptaSteve
- 56
- 1