{{htmlmetatags>metatag-robots=()
metatag-title=(DESTROY PORT | ugBASIC User Manual)
metatag-keywords=(ugBASIC,Commodore 64,Commodore PLUS/4,ZX Spectrum)
metatag-description=(Manual page for DESTROY PORT)
metatag-media-og:image=(:ugbasic:logo-ugbasic-fb.png)
metatag-og:title=(DESTROY PORT | ugBASIC User Manual)
metatag-og:description=(Manual page for DESTROY PORT)
}}
====== ugBASIC User Manual ======
===== DESTROY PORT =====
===== SYNTAX =====
DESTROY PORT portId
==== PURPOSE ====
The ''DESTROY PORT'' instruction destroy a message port that is not more
needed. The ''portId'' parameter is the same one that returned the call to
''CREATE PORT'' function, and identifies the working port at that moment.
==== EXAMPLE ====
sessionId = LOGIN( "user", "password" )
port = CREATE PORT( sessionId, "testApp" )
DESTROY PORT port
==== ABBREVIATION ====
DesPrt
==== AVAILABLE ON ====
* Commodore 64
* Commodore 64+REU
* TRS-80 Color Computer 3
* TRS-80 Color Computer
==== ALIAS FOR ====
[[DOJO DESTROY PORT]]
==== ANY PROBLEM? ====
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please [[https://github.com/spotlessmind1975/ugbasic/issues/new?title=ISSUE ON DESTROY PORT|open an issue]] for this keyword on GitHub. Thank you!===== POWERED BY =====
[[:ugbasic:user:index|{{ :ugbasic:user:logo-ugbasic.png?nolink&600 |}}]]