Button for one Style

I have a rare requirement to use a Style but I only need to use one style and would rather not display the entire tab list or navigate them via the menu button. I'd also rather not delete all of the delivered styles just to pare it down to a single style.

Is it possible to create a button that just initiates a single predetermined style XYZ? I've looked at creating one with PREFS STYLELIST but there is no way to define arguments for the button so I'm not seeing how I can limit it.

Thanks,
-nathan

Sure you can!

I had the exact same need and here is the code for a button to explicity set the style to Eplorer:

prefs style "Explorer"

PREFS STYLELIST displays tabs for all of them, so just use PREFS STYLE instead.

Excellent! That worked.

[Go Texans]

Great!

I'm glad to hear it worked out for you.