leLayoutAppNames
leLayoutAppNames( [t_appName] ) =>l_appTiers/ nil
Description
Returns a list of all the layout application tiers in your Virtuoso® environment. If appName is specified, it returns the name of the specified application and the higher tiers.
Arguments
Value Returned
Example
For the application Layout, the following code returns Layout and names of all the application tiers higher than Layout.
leLayoutAppNames("Layout")
=>("Layout" "Virtuoso XL" "VLS-EXL" "VLS-MXL")
For the application Virtuoso XL, the following code returns Virtuoso XL and names of all the higher tiers.
leLayoutAppNames("Virtuoso XL")
=>("Virtuoso XL" "VLS-EXL" "VLS-MXL")
Related Topics
Return to top