MC-Basic:robot.NUMBEROFITEMS

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= NOI |SYNTAX= <''ROBOT''>.NumberOfItems |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= Returns the number of triggers that were inserted and no…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the number of triggers that were inserted and not tracked yet. Every time a trigger inserts the number increases, and when the system stops tracking the number decreases.

Short form

NOI

Syntax

<ROBOT>.NumberOfItems

Availability

Versions 3.6.20 and higher

Type

Long

Range

0 to MaxLong

Scope

Task or Terminal

Limitations

Modal Only. Read Only .Can return up to 32 triggers. Valid for robot only

Examples

?SCARA.NOI

See Also