When using a COM object which returns a float, I have experieced that
decimals is ignored.

Anyone experienced similar things?

I've tried to solve the problem reading from the COM object to a
string and then use str2num. It seems to work.

//Code example
string = ComObject.PriceOut();
print str2num(string);
pause;
//--

When is this a problem?
Is it only float types that Axapta has a problem with?





Yahoo! Groups Links

Reply via email to