描述:
关闭虚表。
语法:
T.close()
备注:
参数:
T
虚表。
示例:
A
1
=create(file).record(["STOCKRECORDS.ctx"])
2
=pseudo(A1)
返回虚表对象。
3
>A2.close()