Skip to main content
Version: Streamsheets 3.0

RETURN

Interrupts the recalculation cycle. This is of special interest, if a Streamsheet starts to evaluate on process start and is set to evaluate endlessly. Using RETURN, you can stop this endless recalculation.

Syntax

=RETURN()

Arguments

None

Return

TypeDescription
Boolean or ErrorTRUE or error value.

Examples

FormulaResultComment
=RETURN()
TRUE