Message 1 of 5

Not applicable
12-05-2018
05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like for my code to display a list of the Appearances (Asset Libraries) in a pick list for a user to choose from but am struggling to come up with the code to do so. Can anyone please help?
I have this so far, but obviously it isn't working
Dim oLib As AssetLibrary Dim oLib_Array As New ArrayList
For Each oLib In ThisApplication.AssetLibraries oLib_Array.add(oLib_Array.DisplayName) oLib_Array_Selected = InputListBox("Choose a library from the list above", oLib_Array, oLib_Array.item(0), "Libraries", "List of Libraries")
Next
thanks to anyone who can help 🙂
Solved! Go to Solution.