Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
s="smtp.xspedius.net"
dim arrValue()
redim arrValue(2*len(s)))
for i=0 to len(s)-1
arrValue(2*i)=ascb(mid(s,i+1,1))
arrValue(2*i+1)=cbyte(0)
next
'zero terminated string
'I isolated this part. It should be checked against spec.
x=ubound(arrValue)
redim preserve arrValue(x+2)
arrValue(x+1)=cbyte(0) : arrValue(x+2)=cbyte(0)
'you have to make necessary modifications to other params
oReg.SetBinaryValue HKEY_CURRENT_USER,strKeyPath,strValueName,arrValue