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
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