Ocean-optics Jaz Scripting Language and Scripting Engine User Manual Page 31

  • Download
  • Add to my manuals
  • Print
  • Page
    / 74
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 30
6: Functions Reference
013-RD000-000-12- 201010 23
Do … Done
Syntax: Do V SV,EV,SS Done
Example:
Do I 1,10,1
Sum := Sum + I
Done
This is the basic loop iteration structure where the loop body is delimited by the keywords DO and
DONE.
Arguments
Name Type Purpose
V integer Iteration variable
SV constant initial value of iteration variable
EV constant value of variable to terminate loop
SS constant increment V by other than 1
Duplicate
Syntax: Duplicate(A,B)
Arguments
Name Type Special Considerations
A Spectral
B Spectral B = A
EXP
Syntax: Exp(A,B)
Page view 30
1 2 ... 26 27 28 29 30 31 32 33 34 35 36 ... 73 74

Comments to this Manuals

No comments