pteFindNext
pteFindNext( [t_panelName] [w_windowId] ) => t / nil
Description
Finds and sets as active the next layer-purpose pair that matches the search string, in the specified panel. This function works only if the Search Mode option in the Palette Options form is set to Filter.
Arguments
Value Returned
|
The next layer-purpose pair that matches the search string was found and set as active. |
|
Examples
pteFindNext("Layers")
pteFindNext("Layers" window(2))
Return to top