Modify ↓
Opened 12 years ago
Closed 12 years ago
#2844 closed Bug (Fixed)
_FTP_ProgressUpload/_FTP_ProgressDownload example error
| Reported by: | anonymous | Owned by: | Melba23 |
|---|---|---|---|
| Milestone: | 3.3.13.19 | Component: | Documentation |
| Version: | 3.3.12.0 | Severity: | None |
| Keywords: | helpfile _FTP_ProgressUpload | Cc: | Alenis |
Description
the function _FTP_ProgressUpload in his examples passes the parameter $sFunctionToCall as a string, while to work as intended it has to be passed as class object.
_FTP_ProgressDownload has the same problem.
Removing the " will resolve the issue
(extract from the examples)
from:
Local $sFunctionToCall = "_UpdateGUIProgressBar"
to:
Local $sFunctionToCall = _UpdateGUIProgressBar
Attachments (0)
Change History (1)
comment:1 by , 12 years ago
| Milestone: | → 3.3.13.19 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [10940] in version: 3.3.13.19