相关考题
-
单项选择题
要把以M为第三个字符的全部内存变量存入内存变量文件ST.MEM中,应使用命令()
A.SAVE ALL LIKE ??M? TO ST
B.SAVE ALL LIKE **M* TO ST
C.SAVE ALL EXCEPT ??M? TO ST
D.SAVE ALL LIKE ??M* TO ST -
单项选择题
将表中的当前记录复制到数组当中,应使用的命令是()
A.scatter to
B.gather from
C.copy to
D.append from -
单项选择题
下列表达式的结果不是数值的是()
A.?round(3.14159,2)
B.?at("fox","VisualFoxpro6.0")
C.?chr(13)
D.?month({^2002-09-11})
