Options

Using DIV in RTC <-> Classic Client

Gijs_FranssensGijs_Franssens Member Posts: 10
edited 2011-06-20 in NAV Three Tier
Hello,

Has anyone tried to use DIV in combination with BigInteger in NAV2009 RTC?
If you execute following code in NAV2009 you'll get following messages:
EVALUATE(LAccountNo, '2358888888898654123');
LRest := LAccountNo - ((LAccountNo DIV 97) * 97);
MESSAGE(FORMAT(LRest));

Microsoft Dynamics NAV Classic
39
OK

In de RTC:
Microsoft Dynamics NAV

2358888887566204967
OK

Anyone got any ideas?

Comments

Sign In or Register to comment.