FTP_GetErrorString

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > FTP (File Transfer Profotol) >

FTP_GetErrorString

 

Description

 

Return the text description of an error number.

 

Syntax

 

s = FTP_GetErrorString(nErrorNo)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

nErrorNo

Number

No

FTP error number

 

Remarks

 

Restrictions

 

See also

 

Examples