GET SOLID COMMENT: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=GET_SOLID_COMMENT <solid number>, <comment> |description=*DESCRPTION* |param1=<solid number>|param1_desc={{solid number}} |param2=<comment>|param2_desc={{comment}} }} ==... |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=GET_SOLID_COMMENT <solid number>, <comment> | {{Command|syntax=GET_SOLID_COMMENT <solid number>, <comment> | ||
|description= | |description=:Get the comment of the defined solid, the value is stored in a variable | ||
|param1=<solid number>|param1_desc={{solid number}} | |param1=<solid number>|param1_desc={{solid number}} | ||
|param2=<comment>|param2_desc={{ | |param2=<comment>|param2_desc={{var name}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :GET_SOLID_COMMENT 7, w$ | ||
[[Category:Solids]] | [[Category:Solids]] |
Revision as of 22:43, 23 July 2010
Command
- GET_SOLID_COMMENT <solid number>, <comment>
- Get the comment of the defined solid, the value is stored in a variable
Parameters
- <solid number>
- Solid number.
- <comment>
- Set the value of a number variable
Example
- GET_SOLID_COMMENT 7, w$