used()函数用于判断一个cursor临时表是否打开。例如:IF USED( '临时表名 ') MESSAGEBOX( '此临时表已经存在! ',48, '信息提示 ') ELSE create cursor ... ENDIF