How to iterate over dialogs [closed]
I would like to iterate over the dialogs available but I don't know the object models involved. Something of the following style is what I want:
for each dialog library print library.name for each dialog print dialog.name next dialogue next library
Is this even possible?