QUE. - Management

<< Click to Display Table of Contents >>

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

QUE. - Management

QUE.End

Previous Top Next


MiniRobotLanguage (MRL)

 

QUE.End

Delete Que and free the allocated Memory.

 

 

Intention

 

The QUE.End command deallocates a queue and frees its resources.

After calling this command, the handle becomes invalid.

Use this command when you do not need a queue any longer.

 

 

 

 

Syntax

 

 

QUE.End|P1[|P2]

 

 

Parameter Explanation

 

P1 - (Variable)

          The handle of the queue to deallocate.

 

P2 - (Optional, Variable)

           This variable will store the result of the operation (1 for success, 0 for failure).

 

 

Example

 

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

' QUE.End - Sample

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

QUE.New|$$QUE

QUE.End|$$QUE|$$RES

DBP.Queue deallocated with result: $$RES

ENR.

 

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also: