I'm trying to call a DotNet function:
long.TryParse(hexNumber, System.Globalization.NumberStyles.HexNumber, null, out result);
I have problems to the null parameter, how I can pass null to Dotnet from Navision?
Thanks in advance
*This post is locked for comments