MC-Basic:SYSTEMGROUP

From SoftMC-Wiki
Revision as of 06:35, 14 August 2017 by Itay (talk | contribs)
Jump to: navigation, search
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