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
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

