Difference between revisions of "MC-Basic:DELETEPLS"

From SoftMC-Wiki
Jump to: navigation, search
m
m
 
(3 intermediate revisions by one other user not shown)
Line 16: Line 16:
  
 
|RANGE=
 
|RANGE=
<pre>Existing PLS
+
Existing PLS
</pre>
+
 
 
|UNITS=
 
|UNITS=
  
Line 35: 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