Appendix B
Catalyst Enterprises, Inc.
91
If
If Expresssion Then
Block1
Else If Expresssion Then
Block2
Else If Expresssion Then
Block3
…
Else
Block4
Remark
The
if
statement evaluates expressions.(For information about expressions see
The
if
executes
block1
if the
expression
is true (nonzero); if
else
is present and
expression
is false (zero), it executes
block2
;
…
After executing
block1
or block
2
, control passes to the next statement.
Each block may have several inner if.
Example
If CURPOS > 5 and ValueOf(F1) < 8 Then
{
H1 = AddField(CURPOS,8,"H1","Field H1","H1");
}
Else if(CURPOS < 9) then
{
H2 = AddField(CURPOS,8,"H2","Field H2","H2");
}
else
{
H4 = AddField(CURPOS,548,"H4","Field H4","H4");
}
Содержание AirCom UWB Analyzer
Страница 1: ...March 2007 P N 400 0103 001 User s Manual Version 1 22 ...
Страница 4: ...Catalyst Enterprises Inc Copyright iv ...
Страница 54: ...Catalyst Enterprises Inc Faded Packets 46 Figure 32 Illustration of Faded Packets ...
Страница 76: ...Catalyst Enterprises Inc Display Configuration 68 ...
Страница 109: ......
Страница 110: ...LeCroy Corporation 3385 Scott Blvd Santa Clara CA 95054 Tel 1 800 909 7112 Fax 408 727 6622 www lecroy com ...