Dec 1, 2003 #1 Oostwijk Technical User Joined Oct 19, 2003 Messages 82 Location NL How to get the number of files in a Filelistbox named File1 and store this number in a variable named $numberfiles ?
How to get the number of files in a Filelistbox named File1 and store this number in a variable named $numberfiles ?
Dec 1, 2003 #2 paulbent Programmer Joined Mar 4, 2002 Messages 1,071 Location GB Dim intNumFiles As Integer intNumFiles = File1.ListCount Paul Bent Northwind IT Systems http://www.northwindit.co.uk Upvote 0 Downvote
Dim intNumFiles As Integer intNumFiles = File1.ListCount Paul Bent Northwind IT Systems http://www.northwindit.co.uk