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?
Professional Software Development Tools
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?
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.
MSI Factory The Next Generation Intelligent Setup Builder