<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > FTP (File Transfer Profotol) > FTP_WriteToLogFile |
Description
Write a string (message) to log file.
Syntax
n = FTP_WriteToLogFile(sBuffer)
Returns
Number
Return < 0 : An error has occurred. Call FTP_GetErrorStrin(n).
Parameters
Name |
Type |
Optional |
Meaning |
sBuffer |
String |
No |
String to be logged |
Remarks
Restrictions
See also
Examples