Logo  

struc.link.group.remove

Syntax

b := struc.link.group.remove(p,s<,slot>)

Remove the group s from the link in any slot. The removal of s will only occur in slot, if provided.

A group index or slot index may be used for the arguments s or slot, respectively. Indices operate more efficiently than strings*.

Returns:

b - true when the group is removed from one or more slots of the link, false if the group is not found

Arguments:

p - link pointer

s - the group name or index*

slot - the slot name or index* (restricts removal of s to that slot)

Note

*Use the group.find and group.find.slot intrinsics to obtain group and slot indices, respectively, and for further information.

Use of the group logic is described in Groups.

⇄
  • FLAC3D 7.0 documentation »
  • Program Guide »
  • Structural Elements »
  • Structural Element Links »
  • FISH Functions »


⇐ struct.link.id.component | struct.link.list ⇒
Was this helpful? ... FLAC3D © 2019, Itasca Updated: Feb 25, 2024