Difference between revisions of "MC-Basic:SYSTEMGROUP"

From SoftMC-Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
{{Languages}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Revision as of 07:40, 2 May 2017

Language: [[::MC-Basic:SYSTEMGROUP|English]]  • [[::MC-Basic:SYSTEMGROUP/zh-hans|中文(简体)‎]]

Returns a group according to the handle received through the argument.

Syntax

<generic_group> = systemgroup (<long_expression>)
? systemgroup (<long_expression>).<group_property>

Type

Group

Range

A valid group handle.

Scope

Configuration, Task, Terminal

Limitations

Cannot serve as a group in Motion commands.

Examples

GenericGroup = SystemGroup(65)

?SystemGroup(66).pfb

See Also