- 2
- 0
- 约1.25万字
- 约 19页
- 2017-06-05 发布于河南
- 举报
FOXPRO常用编程命令(国外英文资料)
FOXPRO常用编程命令
Suppose (if... endif)
[date: 2005-09-17] source: the author of the course of shrimp union: unknown [font: large medium small]
Note: in the grammar, such as [], the words [] may not be used.
Assuming that statement
Conditional execution of a set of commands according to the value of a logical expression.
Grammar:
IF logical expression [THEN]
Program group 1
[the ELSE
Program group 2]
ENDIF
Parameters:
Logical expression represents a logical value, value is true, if this logic system execution group 1, group 1 or does not perform program, if there is one else and program group 2, th
原创力文档

文档评论(0)