Hi,
I just wonder if I can somehow rearange =>
FORMAT="num:3-*,'@@thousandsChar',2,'@@decimalChar','@@currencyChar',,'@@currencyChar
�(',)"
so that the thousands would be separated with commas and decimal point with ",".
------------------
Lep pozdrav, Vili
On Sun, 23 May 2004 10:41:55 -0400, Wolf, Gene wrote:
=>�I'm not sure I fully understand the question but couldn't you use:
=>
=>
=>�<@REPLACE STR="<@COLUMN 'vozila.cenatrg'>" FINDSTR=","
=>�REPLACESTR="^">�<@REPLACE STR="<@COLUMN 'vozila.cenatrg'>"
=>�FINDSTR="." REPLACESTR=",">�<@REPLACE STR="<@COLUMN
=>�'vozila.cenatrg'>" FINDSTR="^" REPLACESTR=".">
=>
=>�-----Original Message-----
=>�From: Vili Cankar [mailto:[EMAIL PROTECTED]
=>�Sent: Sunday, May 23, 2004 5:38 AM
=>�To: [EMAIL PROTECTED]
=>�Subject: Witango-Talk: Substitute commas
=>
=>
=>�Hi,
=>
=>
=>�how can output from Witango that I will receive that kind of
=>�output:
=>
=>
=>�3.190.000,00
=>
=>
=>�instead of
=>
=>
=>�3,190,000.00 �?
=>
=>
=>�The picture of price tag is:
=>
=>
=>�<@COLUMN "vozila.cenatrg" FORMAT="num:3-*
=>�,'@@thousandsChar',2,'@@decimalChar','@@currencyChar',,'@@currencyChar
=>�(',)">
=>
=>
=>�Thanx and regards, Vili CANKAR
=>
=>
=>�______________________________________________________________________
=>�__ TO UNSUBSCRIBE: Go to
=>�http://www.witango.com/developer/maillist.taf
=>�______________________________________________________________________
=>�__ TO UNSUBSCRIBE: Go to
=>�http://www.witango.com/developer/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf