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 |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[:Solids:Solid_Data|{{Up}}]] | |||
{{Command|syntax=GET_SOLID_COMMENT <solid number>, <comment> | {{Command|syntax=GET_SOLID_COMMENT <solid number>, <comment> | ||
|description= | |description=:Get the comment string associated with a solid. | ||
|param1=<solid number>|param1_desc={{solid number}} | |param1=<solid number>|param1_desc={{solid number}} | ||
|param2=<comment>|param2_desc={{ | |param2=<comment>|param2_desc={{parameter_variable_string_name}} the comment. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :GET_SOLID_COMMENT 7, w$ | ||
[[Category:Solids]] | [[Category:Solids]] |
Latest revision as of 15:52, 17 January 2011
Command
- GET_SOLID_COMMENT <solid number>, <comment>
- Get the comment string associated with a solid.
Parameters
- <solid number>
- Solid number.
- <comment>
- Name of string variable to be set to the comment.
Example
- GET_SOLID_COMMENT 7, w$