MC-Basic:SYSTEMGROUP

From SoftMC-Wiki
Revision as of 13:48, 13 November 2014 by Nurit (talk | contribs)
Jump to: navigation, search

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