Post Reply 
Check and Home Settings
06-16-2015, 05:11 AM
Post: #2
RE: Check and Home Settings
To make your program compatible with the different digit grouping options you need to insert a pragma statement at the beginning:
  • set the digit grouping to 123456.789
  • position the cursor before EXPORT and press Menu > Insert pragma

Code:
#pragma mode( separator(.,;) integer(h32) )
EXPORT test()
BEGIN
local a;
input({{a,[0],{15,30,0}}});
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Check and Home Settings - Pierre F8APV - 06-16-2015, 03:28 AM
RE: Check and Home Settings - Didier Lachieze - 06-16-2015 05:11 AM
RE: Check and Home Settings - Pierre F8APV - 06-16-2015, 05:45 AM



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