desktop:desktop_chart_scripting_overview

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

desktop:desktop_chart_scripting_overview [2022/01/11 13:25] robdesktop: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;
 </code> </code>
  
 +or
  
-<code lang | or>+<code lang | Example2>
 yval = IF(INDEX = 0, 0, yval[-1] + 1); yval = IF(INDEX = 0, 0, yval[-1] + 1);
 </code> </code>
  • desktop/desktop_chart_scripting_overview.1641907525.txt.gz
  • Last modified: 2023/09/21 19:55
  • (external edit)