Syntex :
Chr(intANSICode)
ChrB(intANSICode)
ChrW(intANSICode)
intANSICode : integer for which you want to return the corresponding character.
Chr(intANSICode)
ChrB(intANSICode)
ChrW(in
intANSICode : integer for which you want to return the corresponding character.
Dim strDoubleQuote as string
strDoubleQuote = Chr(34)
This example places a double quote ( " ) in the variable strDoubleQuote.
strDoubleQuote = Chr(34)
This example places a double quote ( " ) in the variable strDoubleQuote.
No comments:
Post a Comment