Page 1 of 1

Numeric to BigInt in Server

Posted: Wed Sep 26, 2007 5:42 pm
by ds_is_fun
How do I convert a numeric value to BigInt in Server?
Eg 100.44 to 100.
Thanks

Re: Numeric to BigInt in Server

Posted: Wed Sep 26, 2007 6:01 pm
by DeepakCorning
Int(Expression)

Int(2.3) = 2