S
shine
Is there any functions like chrB in vbscript that returns the byte associated with the ASCII code in jscript. If not how we return a byte. The code in vbscript is
ChrB(Asc(Mid(a charcter))). Please tell me how we convert this code to vbscript
Any suggestion would be greatly appreciated.
ChrB(Asc(Mid(a charcter))). Please tell me how we convert this code to vbscript
Any suggestion would be greatly appreciated.