如何修改REG_MULTI_SZ类型的值,我的写法是:
registryset("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\supersocketnetlib","protocollist",regmultistring!,'np')
返回值是-1,写不进去呀?
------解决方案--------------------
MessageBox('',registryset("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\supersocketnetlib","protocollist",regmultistring!,{'np'}))
参数为数组而不是string,改为上面的就可以了~~