Hi All,
I am using CR 2008 and i want to convert number to word.
Number is 39.4030 and i used a
formula 1: called this "Convert units to word"
ToWords(truncate({@Units to Sell},0),0)+" point "+ToWords(Val(Right(totext({@Units to Sell}),2)),0)
Then Formula 2: called this "Display"...