Double x = 3.5;
Int32 j = (int)x;
The above produces the following. I believe you need to include Truncate since CInt rounds.
Dim x As [Double] = 3.5
Dim j As Int32 = CInt(x)
BTW
I hope this forum alerts with e-mail if there is a reply!
Maybe that is what the "Subscribe.." checkbox does but I'm not sure what that means (keep it simple).