搜了CHM帮助,
f $var > 0 Then
MsgBox(4096,"", "Value is positive.")
ElseIf $var < 0 Then
MsgBox(4096,"", "Value is negative.")
Else
If StringIsXDigit ($var) Then
MsgBox(4096,"", "Value might be hexadecimal!")
Else
MsgBox(4096,"", "Value is either a string or is zero.")
EndIf
EndIf
这里面写了真的怎办假的怎办,还是不明白怎样才能满足$1 $2 $3 三个条件才THEN
if $1=1 $2 =1 $3=1 then