FOXPRO常用编程命令及常用函数

发表于:2007-07-02来源:作者:点击数: 标签:

注:在语法中如用方括号“[ ]”括起来的词句,表示可以不用。

常用命令

(if...endif) (do while...enddo) (do case...endcase)
(store...to) (do form) (do)
(return) (read events) (clear events)
(set talk on/off) (cancel)

常用函数

(str()) (val()) (date())
(year()) (month()) (day())
(int()) (round()) (delete())
(recno()) (reclearcase/" target="_blank" >ccount()) (found())
(eof()) (bof()) (trim())
(ltrim())

原文转自:http://www.ltesting.net