Navigation: Scripting Reference Manual > Functions & Subroutines > DeleteFromNthGroup

 

DeleteFromNthGroup

 

Contact Us: fredsupport@photonengr.com

 

Description

Deletes a specific item from a specific group in the associated FRED document.

 

Syntax

size = DeleteFromNthGroup ( groupID, item )

 

Parameters

size (Long)

The size of the group after deletion.

 

groupID As Long

The identifier of the group.

 

item As Long

The index (zero based) of the item to be deleted from the group.

 

Remarks

This function deletes a specific item from a specific group in the associated FRED document. If there is a problem the function sets an error and returns 0.

 

See Also

GetGroupCount

GetNthGroupCount

FindGroup

AddGroup

AddToNthGroup

GetFromNthGroup

Examples

 

 

 

 

 

Copyright © Photon Engineering, LLC