Difference between revisions of "Get the Reference System Name"
From ArcoWiki
(Created page with "In order to '''Get the Reference System Name''' it is necessary to use the command <code>SCDAT()</code>.<br/> It return the name of the current reference system.<br/> <code><...") |
|||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | In order to '''Get the Reference System Name''' it is necessary to use the command <code>SCDAT()</code>.<br/> | + | In order to '''[[Get the Reference System Name]]''' it is necessary to use the command <code>SCDAT()</code>.<br/> |
It return the name of the current reference system.<br/> | It return the name of the current reference system.<br/> | ||
| 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]] | ||
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_NAMEREFSYS_NAME=ASSIGN/SCDAT()