CLEAR-TICKS Action

This document covers the following topics:


Description

Clears all manual tick marks (if any) for a slider control. Manual tick marks are those added via the SET-TICKS action

This action cannot be used if the control has the "Auto ticks (a)" STYLE.

Note that this action does not clear the tick marks at the beginning or end of the slider's range, which are automatically created by the control.

Parameters

Name/Data Type Explanation
HANDLE OF SLIDER Input

Handle of slider for which the tick marks are to be cleared.

Response (I4) Output

Natural error (if applicable).

Example:

PROCESS GUI ACTION CLEAR-TICKS WITH #SLIDER-1 GIVING *ERROR