MC-Basic:GETGROUP$

From SoftMC-Wiki
Revision as of 10:56, 13 September 2017 by Itay (talk | contribs) (AXY: new links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Syntax

<generic_group> = getgroup$ (<string_expression>)
? getgroup$ (<string_expression>).<group_property>

Availability

Avilable since version 4.15.1.

Type

Group

Range

A valid name of a real group.

Scope

Configuration, Task, Terminal

Limitations

Cannot serve as a group in Motion commands.
Input must be a name of a real group.

Examples

GenericGroup = GetGroup$("G1")

?GetGroup$("SCARA").coupled

See Also