PDA

View Full Version : Example: Application.GetMenu and Recursion


Desmond
09-15-2005, 02:16 PM
This sample demonstrates how to get the entire contents of your application's menu using a simple recursive function. All script is located on the On Click event of the label object.

Skills Used:

Application.GetMenu, Recursion, Functions, Menu, Strings.

Corey
09-15-2005, 02:27 PM
Recursion rocks. :yes