Skip to main content
Version: Streamsheets 2.4

GETSTEP

Returns the current Streamsheet step.

info

A Streamsheet step is increased only if the Streamsheet is processed, which is not necessarily the case on each App step.

To get the steps for an App refer to getmachinestep and to get the steps for Eclipse Streamsheets which are repeatedly triggered by execute refer to repeatindex.

Syntax

=GETSTEP([Streamsheet])

Arguments

NameDescription
StreamsheetOptional. Define the Streamsheet to retrieve step count from. If not specified affiliated Streamsheet is used.

Return Value

Current Streamsheet step.

Example

FunctionResult
=GETSTEP()1
=GETSTEP("S2")1