[thelist] what is chr(29)?

Brian Cummiskey Brian at hondaswap.com
Mon Oct 31 10:35:21 CST 2005


Casey wrote:
> Anyone know what chr(29) is?
> 
> I'm trying to read someone else's code:
> 
> sNewSub_Type = replace(sSub_Type, chr(29), ", ")
> 
> In the string sSub_Type, all instances of chr(29) are being replaced with a 
> ", " but what is chr(29)?
> 
> Thanks!
> 
> 

chr() returns the string equivelent of the character code.

http://www.psacake.com/web/functions.asp?id=4
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_foxhelp9/html/1dedf2ee-f48f-46a4-850c-ad53c5d3677c.asp


http://www.codetoad.com/ascii_characters_asp.asp




More information about the thelist mailing list