Hi,
Thank You all for the help that you give.
I have a variable that I will call OccourancePerLine.
This value is calculated as a double.
1 / How can I truncate it to a integer?
ie OccourancePerLine = 5.6
I want IntOccourancePerLine = 5
2 / How can I get the value rounded to an Integer?
ie OccourancePerLine = 5.6
I want IntOccourancePerLine = 6
------------------
=======================
Ione Walker
walkeri@uas.net ========================