MovePrevPen
- Last UpdatedDec 08, 2015
- 1 minute read
The MovePrevPen method sets the current pen focus to the previous pen in the list of trended attributes or tags. If the current pen is the first pen, calling the MovePrevPen method has no effect.
Example
dim b as boolean;
b = Trend1.MovePrevPen();
Syntax
[Result=] Trend1.MovePrevPen();
Parameters
None.
Return Value
Returns TRUE if the current pen focus was successfully set to the previous pen; otherwise, returns FALSE.