GET CS NAME: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[:Category:Coordinate_Systems|{{Up}}]] | |||
{{Command|syntax=GET_CS_NAME <cs number>, <name> | {{Command|syntax=GET_CS_NAME <cs number>, <name> | ||
|description= | |description=:Get the name of a coordinate system | ||
|param1=<cs number>|param1_desc={{cs number}} | |param1=<cs number>|param1_desc={{cs number}} | ||
|param2=<name>|param2_desc={{ | |param2=<name>|param2_desc={{parameter_variable_string_name}} the CS name. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :GET_CS_NAME 3, CsName$ | ||
[[Category:Coordinate_Systems]] | [[Category:Coordinate_Systems]] |
Latest revision as of 19:44, 12 January 2011
Command
- GET_CS_NAME <cs number>, <name>
- Get the name of a coordinate system
Parameters
- <cs number>
- CS number.
- <name>
- Name of string variable to be set to the CS name.
Example
- GET_CS_NAME 3, CsName$