Navigation: thinBasic Modules > FTP (File Transfer Profotol) > FTP_GetErrorNumber |
|
Description
Returns the error code set by the last FTP operation.
Syntax
n = FTP_GetErrorNumber
Returns
Number.
Negative numbers indicate an error.
Zero or positive numbers indicate a state.
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Almost all FTP functions set an internal error code. Use this function to get the last error code set by an FTP function calling.
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |