Hello, I want to convert some numbers (representing currency) into a float (or something which allows me to later do +/ ). e.g.
z=.'Gross amount 123,456,789.90'
43.2 + ". > {: cut z
166.2 499.2 833.1
although I under stand why (comma seperated numbers are treated as a list of
numbers) my intention is to obtain 123456833.10. Any hints ?
Thanks
t
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
