Numeric format display without separators
Posted: Thu Jun 26, 2008 10:10 pm
Hi All,
Need your thoughts about this please..
On a data band footer BeforePrintEvent I've used this:
varAmt = Format("{0:N3}", varSumOfAmt)
to assign the value of Amt in String where decimal places is being formatted (as 2 or 3 ,4 and so on), but this returns a string value with the separators "." and ","
is there a way to lose it off? (programmatically)
Many thanks!
Need your thoughts about this please..
On a data band footer BeforePrintEvent I've used this:
varAmt = Format("{0:N3}", varSumOfAmt)
to assign the value of Amt in String where decimal places is being formatted (as 2 or 3 ,4 and so on), but this returns a string value with the separators "." and ","
is there a way to lose it off? (programmatically)
Many thanks!