msmeth
10-20-2004, 12:25 PM
I have the following return in a function in Crystal Reports:
numberVar InitWt ;
cstr("*" & cstr(InitWt))
The problem is that its showing the InitWt part with a comma and 2 decimal places like this: * 10,000.00
How do I fix this so it just shows: * 10000 ?
numberVar InitWt ;
cstr("*" & cstr(InitWt))
The problem is that its showing the InitWt part with a comma and 2 decimal places like this: * 10,000.00
How do I fix this so it just shows: * 10000 ?