Difference between revisions of "MC-Basic:DELETEPLS"

From SoftMC-Wiki
Jump to: navigation, search
m
 
(6 intermediate revisions by 2 users not shown)
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Write-Only. The PLS must be disabled and tasks cannot be loaded.
+
*Write only.
 +
*The PLS must be disabled and tasks cannot be loaded.
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:PLSLIST|PLSLIST]]
+
* [[MC-Basic:PLSLIST|PLSLIST]]
  
[[Category:Axystems:MC-Basic:Declarations|DELETEPLS]]
+
[[Category:MC-Basic:Declarations|DELETEPLS]]
 
}}
 
}}

Latest revision as of 13:16, 10 October 2018

This command deletes a defined PLS and all actions associated with that PLS.

Short form

DPLS

Syntax

DeletePls <pls>

Availability

All versions

Range

Existing PLS

Scope

Terminal

Limitations

  • Write only.
  • The PLS must be disabled and tasks cannot be loaded.

Examples

DeletePls Pls1

See Also