Number to string conversion

Posted by LegacyUser on 24-Feb-2006 05:50

Hello friends,

I wanna know how to take a number-type variable (integer or float) and assign it to another variable in the string format? In other words, how can I convert a number-type variable to a string-type variable in Progress?

Thanks,

Ewerton

All Replies

Posted by svi on 24-Feb-2006 08:52

Use the STRING function: Converts a value of any data type into a character value.

STRING ( source )

See Product Documentation, Progress 4GL Reference book

http://www.progress.com/products/documentation/index.ssp

Regards

Salvador

This thread is closed