51Testing软件测试论坛

标题: 这个16进制值在qtp中应该怎么写?谢谢 [打印本页]

作者: chenxi01032005    时间: 2010-1-8 17:54
标题: 这个16进制值在qtp中应该怎么写?谢谢
代码如下:
Const COOKIES =&H21&
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace(COOKIES)
Set objFolderItem = objFolder.Self
strPath = objFolderItem.Path &"“\*.*"
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.DeleteFile(strPath)

其中红色显示的这个常数值&H21&,在qtp中应该怎么写,现老提示语法错误。知道的情告知下。谢谢。
作者: liuxl    时间: 2010-1-9 08:22
Const COOKIES =&H21




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2