Modify

Opened 16 years ago

Closed 16 years ago

#1495 closed Bug (No Bug)

HelpFile Bug

Reported by: snify@… Owned by:
Milestone: Component: Documentation
Version: 3.3.4.0 Severity: None
Keywords: Cc:

Description

_FileListToArray is wrong please correct the @error example

#Include <File.au3>
#Include <Array.au3>

$FileList=_FileListToArray(@DesktopDir)
If @Error=4 Then

MsgBox (0,"","No Folders Found.")
Exit

EndIf
If @Error=1 Then

MsgBox (0,"","No Files Found.")
Exit

EndIf
_ArrayDisplay($FileList,"$FileList")

Greetz Snify

Attachments (0)

Change History (1)

comment:1 by J-Paul Mesnage, 16 years ago

Resolution: No Bug
Status: newclosed

The doc and the example are correct

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.