![]() |
Alexey admin 8/3/2006 |
Hi, if Format = FORMATNUMBER and GetData<>"" and IsNumeric(GetData) then GetData = FormatNumber(CDbl(GetData), 2)
if Format = FORMATNUMBER and GetData<>"" and IsNumeric(GetData) then GetData = FormatNumber(CDbl(GetData), 0) |
R
|
rgke author 8/4/2006 |
OK Cheers |