獲取參考系統名稱

出自 ArcoWiki
於 2018年6月7日 (四) 07:46 由 Slia (對話 | 貢獻) 所做的修訂 (创建页面,内容为“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.…”)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋

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