QUE. - Operations

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Arrays and Data-Structures > QUE. - Queue > QUE. - Operations >

QUE. - Operations

QUE.Delete

Previous Top Next


MiniRobotLanguage (MRL)

 

QUE.Delete

Delete the most upper element.

 

 

Intention

 

The QUE.Delete command removes the first element from a queue container.

 

 

 

 

Syntax

 

 

QUE.Delete|P1

 

 

Parameter Explanation

 

P1 - (Variable)

 The handle of the queue.

 

 

 

Example

 

'***********************************

' QUE.Delete - Sample

'***********************************

QUE.New|$$QUE|i

QUE.Push|$$QUE|42

QUE.Delete|$$QUE

DBP.First element deleted from queue.

ENR.

 

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also: