Post Reply 
Number format Input instruction
06-29-2015, 04:17 PM
Post: #3
RE: Number format Input instruction
Hello Dirk,

Maybe you can give a program example showing the issue you're reporting.
I've done some tests with a very simple program:
Code:
EXPORT inputformat()
BEGIN
REPEAT UNTIL INPUT(A,"A") == 0;
END;
And I confirm that the number in the INPUT field is displayed in Standard format even if I select the Engineering format in the Home Settings. However there is one thing I can't replicate:
Quote:After inputting a value this value is presented in "engineering".
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Number format Input instruction - Dirk.nl - 06-27-2015, 12:42 PM
RE: Number format Input instruction - Didier Lachieze - 06-29-2015 04:17 PM



User(s) browsing this thread: 1 Guest(s)