How can you know which decimal sign Navision uses?
GetDecimalSign() : Text[1]
// GetDecimalSign
// Returns the decimal sign currently in use by Navision
// PARAMETERS:
// RETURN-VALUE : Decimal Sign currently in use (',' or '.')
EXIT(COPYSTR(FORMAT(1.5),2,1));
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!