‎2009 Jul 16 4:49 PM
Hi experts,
I need this : I have my variable num_pack = 0,04 type i.
I need my variable becomes 1.
Which operator do I need ( if exists ) ?
Thanks in advance.
Marco
‎2009 Jul 16 4:53 PM
Hi,
I think you need CEIL
new_var = CEIL(num_pack)
Regards,
Nick
‎2009 Jul 16 4:53 PM
Hi,
I think you need CEIL
new_var = CEIL(num_pack)
Regards,
Nick
‎2009 Jul 16 4:58 PM