> Does this happen to anyone else too? Happens to me when I've had a little too much rice tea on my lunch break :o)
With regards to the specific code though I'd just like to second Gavin's suggestion to use structures, I think they are most appropriate for this type of stuff. Cheers Abhi On Thu, 21 Oct 2004 16:14:19 +1000, Mike Kear <[EMAIL PROTECTED]> wrote: > Yea Abhi, you and Ryan between you have nailed it. Thanks a lot! > > (sigh) these little bloody things are so annoying - they are staring > me right in the face and I'm so close I can't 'see them. > > Does this happen to anyone else too? > > > Mike Kear > Windsor, NSW, Australia > AFP Webworks > http://afpwebworks.com > .com,.net,.org domains from AUD$20/Year > > > On Thu, 21 Oct 2004 14:56:00 +1000, Abhijit Hiremagalur > <[EMAIL PROTECTED]> wrote: > > Try this: > > > > <cfoutput query="getbookings"> > > <cfparam name="property#propertyID#" default=""/> > > <cfset "property#propertyID#" = > > listappend(Evaluate("property#propertyID#"), date)/> > > </cfoutput> > > <cfdump var="#variables#"> > > > > In your code I can't see that a variable called "propertyXX" is > > actually getting created. > > > > Cheers > > > > Abhi > > Cheers > > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
