Difference between revisions of "Get the Reference System Name"
From ArcoWiki
m (3 revisions imported) |
|||
Line 5: | Line 5: | ||
::<code>DECL/CHAR,50,REFSYS_NAME<br/></code> | ::<code>DECL/CHAR,50,REFSYS_NAME<br/></code> | ||
::<code>REFSYS_NAME=ASSIGN/SCDAT()<br/></code> | ::<code>REFSYS_NAME=ASSIGN/SCDAT()<br/></code> | ||
+ | [[it:Ottieni il nome del sistema di riferimento]] | ||
+ | [[zh-cn:获取参考系统名称]] | ||
+ | [[pt:Obter o nome do sistema de referência]] | ||
+ | [[de:Rufen Sie den Referenzsystemnamen ab]] | ||
+ | [[es:Obtener el nombre del sistema de referencia]] | ||
+ | [[en:Get the Reference System Name]] | ||
[[Category:Dmis_Tutorial]] | [[Category:Dmis_Tutorial]] |
Latest revision as of 07:45, 7 June 2018
In order to Get the Reference System Name it is necessary to use the command SCDAT()
.
It return the name of the current reference system.
$$ Example of SCDAT implementation
DECL/CHAR,50,REFSYS_NAME
REFSYS_NAME=ASSIGN/SCDAT()