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?
Announcement
Collapse
No announcement yet.
Counting number of files
Collapse
X
-
Re: Counting number of files
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
Comment