New release: wr_dentry

This little script is a must if you must program in Mercury’s Winrunner:

High level interface to create_custom_dialog(). With this script, the winrunner programmer can easily and painlessly create input dialogs without directly using create_custom_dialog(). It will also allow the creation of “dialog resources”. This means, you can store your dialog tables and use them (and reuse them) when needed.
Another nice feature is that all the data the user inputs in the dialog is stored in memory and can be easily accesed with function calls. There won’t be a need to define variables/arrays to store the data.

You can download it here.