hexagon logo

"chr" (CHR Character Conversion in VBA)

Hello,

I am trying to understand the strings. Can anyone explain me this with one example.

CHR

CHR Character Conversion: CHR(<Integer>Wink
Returns a string, which consists of the character corresponding to the ASCII decimal value.


Thanks,