填空题

设有5个表:std1.dbf~std5.dbf,以下程序的功能是要删除每个表文件的末记录。
n=1
DO WHILE n<=5
db= 【19】
USE &db
GOTO BOTTOM
DELETE
PACK
n=n+1
ENDDO
USE

【参考答案】

"STD"+STR(N,1)