Skip to main content
Version: Streamsheets 3.0

EXECUTESTEP.GET

Returns the number of repetitions of the execute function. EXECUTE triggers the recalculation of another Streamsheet. With the repeat Parameter you can set the number of repetitions. If larger than 1 (Default), the execute function will be executed multiple times.

Syntax

=EXECUTESTEP.GET()

Arguments

None

Return

TypeDescription
NumberCurrent repetition step of the execute function.

Examples

FormulaResultComment
=EXECUTESTEP.GET()
3=EXECUTE("S2",3)