chr(32) = space? integer, ascii, local characters?-VBForums
There is a difference between Chr$ and ChrW$. Chr$ returns an ANSI -> Unicode translated character, which may be different than the value you gave (depending on what the value is and what is your/VB's locale!). ChrW$ instead simply assigns the actual valu...