Re: lists and variable names

2000-07-07 Thread Sean Renet
Not really knowing what you are trying to do, I think you want to do something like the following. If you just cut an paste this into a cfm template you can see how it works... To do this in list form... select location from places Where cities = '#i#'

RE: lists and variable names

2000-07-07 Thread Steve DeWitt
can you use a structure of arrays: #idx# = #Variables.cityValue[idx2]# -Original Message- From: Adrian Cesana [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 9:49 AM To: [EMAIL PROTECTED] Subject: lists and va

Re: lists and variable names

2000-07-07 Thread Kevin Marshall
Adrian, I would really use either a Structure or Array for this - its really the ideal application for these more complex data types. Here's how you could use a Structure: A specific city's list is available by referencing: Cities["Atlanta"] or Cities["Dallas"] Atlanta - #Cities["Atlant

RE: lists and variable names

2000-07-07 Thread Dan Haley
Try these changes . . . I changed a couple of other things to "give back" some of what I've learned on this list . . . :) Dan -Original Message- From: Adrian Cesana [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 9:49 AM To: [EMAIL PROTECTED] Subject: lists and varia