round problem

StefanSch

Registered User.
Local time
Today, 16:34
Joined
Jan 18, 2003
Messages
136
I am trying to implement the following:

a text box in a form should show show a full number (kind of round down).

Example:
11.9 should be shown as 11
40.1 should be shown as 40

Can you help me on that? I tried already the "code" round(....,0). However, this seems not to be the solution for this need. The rounddown() function results in NAME##

Thanks. Stefan
 

Users who are viewing this thread

Back
Top Bottom