PDA

View Full Version : Counting number of files


njlech
07-02-2002, 02:11 PM
Once I have used the list box to gather all desired files from a directory, how would I go about counting the number of files and displaying the number in another text field?

Mark
07-02-2002, 02:39 PM
Hi,

ListBoxObject.GetProperty, and select "Item Count" as the property that you want to get. This will store the information in a variable. Then simply use a TextObject.SetText action to display the number in a Text Object.

mark.