Difference between revisions of "Get the Reference System Name"

From ArcoWiki
Jump to: navigation, search
(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><...")
 
m (Links to existing pages added by LinkTitles bot.)
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/>
  

Revision as of 12:31, 3 August 2016

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()