{{htmlmetatags>metatag-robots=()
metatag-title=(DESTROY PORT | ugBASIC User Manual)
metatag-keywords=(ugBASIC,Commodore 64,Commodore PLUS/4,ZX Spectrum)
metatag-description=(Pagina del manuale per DESTROY PORT)
metatag-media-og:image=(:ugbasic:logo-ugbasic-fb.png)
metatag-og:title=(DESTROY PORT | ugBASIC User Manual)
metatag-og:description=(Pagina del manuale per DESTROY PORT)
}}
====== ugBASIC Manuale Utente ======
===== DESTROY PORT =====
===== SINTASSI =====
DESTROY PORT portId
==== SCOPO ====
L'istruzione ''DESTROY PORT'' distrugge una porta messaggio che non è
più necessaria. Il parametro ''portId'' è lo stesso che ha restituito
la chiamata alla funzione ''CREATE PORT'' e identifica la porta funzionante
in quel momento.
==== ESEMPIO ====
sessionId = LOGIN( "user", "password" )
port = CREATE PORT( sessionId, "testApp" )
DESTROY PORT port
==== ABBREVIAZIONE ====
DesPrt
==== DISPONIBILE SU ====
* Commodore 64
* Commodore 64+REU
* TRS-80 Color Computer 3
* TRS-80 Color Computer
==== ALIAS PER ====
[[DOJO DESTROY PORT]]
==== PROBLEMI? ====
Se si riscontra un problema nell'utilizzare questo comando, se si ritiene che vi sia un bug oppure che la spiegazione sia poco chiara, è possibile [[https://github.com/spotlessmind1975/ugbasic/issues/new?title=SEGNALAZIONE SU DESTROY PORT|aprire una segnalazione]] per questa parola chiave su GitHub. Grazie!===== POWERED BY =====
[[:it:ugbasic:user:index|{{ :ugbasic:user:logo-ugbasic.png?nolink&600 |}}]]