UDP_Close

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > TcpUdp (Networking) > UDP functions >

UDP_Close

 

Description

 

Close a previously opened UDP file number.

 

Syntax

 

n = UDP_Close(nFile)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

nFile

Number

No

A file number previously open with UDP_Open

 

Remarks

 

Restrictions

 

See also

 

Examples