•  Back 
  •  Main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The GFA-Basic Compendium
Author      : GFA Systemtechnik GmbH
Version     : GFABasic.HYP v2.98 (12/31/2023)
Subject     : Documentation/Programming
Nodes       : 899
Index Size  : 28056
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Document not found
@help       : Help
@options    : +g -i -s +z
@width      : 75
@hostname   : STRNGSRV
@hostname   : CAB     
@hostname   : HIGHWIRE
@hostname   : THING   
View Ref-FileMODE n

n: iexp

With MODE the representations of the decimal point and the 'thousands comma' as
interpreted by PRlNT USING (and also by STR$() with 3 parameters) can be
reversed. This allows the use of the continental method of representing
numbers.

In addition, MODE selects the format of the date representation used by DATE$,
SETTIME, DATE$=, and FILES. The parameter n can be between 0 and 3. The
following may then be used:

    Mode  USING     DATE$
    0     #,###.##  DD.MM.YYYY  (default)
    1     #,###.##  MM/DD/YYYY  US
    2     #.###,##  DD.MM.YYYY
    3     #.###,##  MM/DD/YYYY

Memo: MODE does no range check at all on the parameter.