Strumenti Utente

Strumenti Sito


it:ugbasic:user:kw:destroy_port
Traduzioni di questa pagina:


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

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 aprire una segnalazione per questa parola chiave su GitHub. Grazie!

POWERED BY