Grace Cheong
14th March 2011, 03:19
Hi,

Could I know how to convert the numeric value to string? I got to found load.long() to load from a string to long type. Is there any way to convert a numeric value(int,long,float) to a string type?

-- Grace --

sameer.don
14th March 2011, 07:02
Ther is a function:
str$(<numeric_value>)

It returns string of the numeric expression.

rahul.kolhe22
14th March 2011, 07:58
You can also use edit$ (http://www.baanboard.com/programmers_manual_baanerp_help_functions_formatting_io_edit) function to convert the numeric value to string in required format.

Regards,
Rahul

Grace Cheong
15th March 2011, 02:30
Thanks Sameer & Rahul ! Have a nice day to you.