Differences
This shows you the differences between two versions of the page.
desktop:desktop_chart_scripting_overview [2022/01/11 13:26] – [Recursion] rob | desktop:desktop_chart_scripting_overview [2023/09/21 19:58] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 563: | Line 563: | ||
---- | ---- | ||
- | <code lang | example> | + | <code lang | Example> |
xval = IF(INDEX = 0, 0, yval[-1]); | xval = IF(INDEX = 0, 0, yval[-1]); | ||
yval = xval + 1; | yval = xval + 1; |