Thanks Linsay.. exactly what I wanted..
cheers Brian Gilbert Wesley College, Melbourne Australia Position: Web Architect E-mail: [EMAIL PROTECTED] Ph: +61 (0)3 9881 5459 Fx: +61 (0)3 9802 0142 Personal Website: http://www.realityloop.com/ >>> [EMAIL PROTECTED] 08/20/03 10:06am >>> The second argument to ListFirst is a 'list' of delimeters, so it uses any of those characters as a delimeter. You'll probably need to mess around with REFind() and Mid() to extract the part of the string you want, unless someone has written a proper string tokeniser for CF. Is this the sort of thing you're looking for? http://www.cflib.org/udf.cfm?ID=828 -- Lindsay Evans. Developer, Red Square Productions. [p] 8596.4000 [f] 8596.4001 [w] www.redsquare.com.au > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Brian > Gilbert > Sent: Wednesday, August 20, 2003 9:54 AM > To: CFAussie Mailing List > Subject: [cfaussie] Would this be considered a bug? > > > http_referer = https://www.domain.com/full.cfm?id=104&type=56&apID=1 > > #ListFirst(HTTP_REFERER,"&CFID")# > > output is https://www.domain.com/full.cfm?id=104 > > #ListFirst(HTTP_REFERER,"CFID=")# > > output is https://www.domain.com/full.cfm?id > > what I would expect in either instance is > > https://www.domain.com/full.cfm?id=104&type=56&apID=1 > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
