0

I would like to call the String.fromCharCode() in vbscript. How to do it? I don't want to use javascript code on my site.

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
Danny Fox
  • 38,659
  • 28
  • 68
  • 94

1 Answers1

1

ChrW() to get a Unicode string. ChrB() to get a single-byte character.

lkaradashkov
  • 8,609
  • 1
  • 15
  • 12