MC-Basic:SYSTEMGROUP

From SoftMC-Wiki
Revision as of 10:55, 13 September 2017 by Itay (talk | contribs) (AXY: new links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

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