Hi,
I have a simple piece of test code. I want to evaluate a comma to a decimal:
IF EVALUATE(TestDec,',') THEN
MESSAGE('OK')
ELSE
MESSAGE('NOT OK');
In NAV2013 (cu8) the message is OK, and in NAV2016 (cu13) the message is NOT OK?
Any ideas?
I have a simple piece of test code. I want to evaluate a comma to a decimal:
IF EVALUATE(TestDec,',') THEN
MESSAGE('OK')
ELSE
MESSAGE('NOT OK');
In NAV2013 (cu8) the message is OK, and in NAV2016 (cu13) the message is NOT OK?
Any ideas?