[thelist] Chr() Codes

Hugh Blair hblair at bigfoot.com
Sat Jan 27 12:34:31 CST 2001


ASCII code for a space is CHR(32)
Does this help?
-Hugh

> -----Original Message-----
> [mailto:thelist-admin at lists.evolt.org]On Behalf Of Salvatore Palmisano
> Subject: RE: [thelist] Chr() Codes
> 
> 
> My apologies, I didnt mean to leave off such an obvious detail (you mean you
> cant read my mind?) <g>
> 
> I have a function within the global.asa session_onend event of a site and Id
> like to be able to check to see if a space exists in a session variable.
> Im currently using InStr(1, Session("variable"), " ", 1)  but that doesnt
> seem to be working.  Ive also tried it with Chr(160) instead of the space,
> but again it doesnt work.
> 
> Thanks again.
> 
> --Salvatore Palmisano





More information about the thelist mailing list