Hi,
How can I cast variable Real to Int in X++?
Regards
Hi Arek,
Use real2int() which returns int value
Thank You