Hi friends,
I am using below code for changing string value to Int64.
str curCompany; Int64 myInt64; curCompany = curext(); myInt64 = str2int64(curCompany); info(strFmt('%1',myInt64));
But in info i am not getting any value.
Please let me know how to convert str2int64 in ax 2012.
Thanks & Regards
Rahul.