Re: Getting the last url variables

2006-08-22 Thread Kris Jones
Not sure what your menu issue is, but to get the last URL variable if your recordset is empty might look something like this: cfset mylasturlvar = / cfif rcdset.recordcount is 0 cfset mylasturlvar = listlast(cgi.query_string,=) / /cfif Cheers, Kris I am trying to find out how to set the

RE: Getting the last url variables

2006-08-22 Thread Adkins, Randy
,) / cfset listgetat(mylasturlvar,1,=) /cfif -Original Message- From: Kris Jones [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 8:04 AM To: CF-Talk Subject: Re: Getting the last url variables Not sure what your menu issue is, but to get the last URL variable if your recordset is empty

Re: Getting the last url variables

2006-08-22 Thread Doug Brown
: Tuesday, August 22, 2006 6:03 AM Subject: Re: Getting the last url variables Not sure what your menu issue is, but to get the last URL variable if your recordset is empty might look something like this: cfset mylasturlvar = / cfif rcdset.recordcount is 0 cfset mylasturlvar = listlast