Alternate keyin for Selview


AskInga logo

Original Tip Date: Feb 18, 2005

Alternate keyin for selview
 
Tired of using the keyin selview [view number] in your scripts?
If so, use point absolute instead.
This one uses the "active view" and therefore eliminates the need to keyin a specific view number.

For example, instead of using this keyin which relies on you being in the correct view:
set lvlsymb toggle;selview 1;update view;selview 1

Use this one - which does not care what view your in.
set lvlsymb tohgle;point absolute;update view;point absolute

Thanks Rudi!


AskInga Tip #488