Adxsca |
Adxsca determines the various entry characters.
[S]Adxsca Char
# In the export supervisor
process
# Search for the decimal separator to replace it with
the period (.)
Local Integer K
K = instr(1,LIGNE,mid$(Adxsca,4,1))
If K
LIGNE =
left$(LIGNE,K-1)+"."+right$(LIGNE,K+1)
Endif
Return
Adxsca is an Adonix system variable of the Char type of 10 characters, which determines the characters used when an entry is made. For each variable's character, the table below gives its utilization and default value when you launch Adonix.
|
N |
Utilization |
Value (France) |
Value (USA) |
|
1 |
Alphanumeric Entry Background |
. |
. |
|
2 |
Entered Decimal Separator (obsolete) |
. |
. |
|
3 |
3-digit Separator (obsolete) |
. |
, |
|
4 |
Displayed Decimal Separator (only used by format$) |
, |
. |
|
5 |
Character of exceeding numeric capacity |
* |
* |
|
6 |
Character of Numeric Field Loading |
* |
* |
|
7 |
Hide Character |
$ |
$ |
|
8 |
Framed Numeric Entry Background |
_ |
_ |
|
9 |
Descriptive Entry Background |
. |
. |
Adxsca is loaded by the GLOBVAR supervisor process from the SCA parameter of the Adonix chapter.
Modifying the SCA parameter will update the Adxsca variable.
No associated error
|
|