|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Arrays and Data-Structures > QUE. - Queue > QUE. - Management > QUE. - Management |
MiniRobotLanguage (MRL)
QUE.End All
Delete all Que's and free the allocated Memory.
Intention
The QUE.EndAll command deallocates all existing queue containers, freeing their resources.
This command is an alternative to using multiple QUE.End - commands.
Syntax
QUE.EndAll
Parameter Explanation
Has no parameters.
Example
'***********************************
' QUE.EndAll - Sample
'***********************************
QUE.New|$$QUE1|f
QUE.New|$$QUE2
QUE.EndAll
DBP.All queues deallocated.
ENR.
Remarks
-
Limitations:
-
See also:
•