nYesNo这是什么意思
nYesNo = MessageBox("确定要退出吗?",4+48+256,"提示") If nYesNo = 6 ThisForm.Release
Else
NODEFAULT
EndIf
运行时nyesno不存在是什么意思?
程序代码:nYesNo = MessageBox("确定要退出吗?",4+48+256,"提示")
If nYesNo = 6
ThisForm.Release
Else
NODEFAULT
EndIf 