Community Member Profile
- Profile: /members/3722-WolfShade.htm
- Comments: 4
- Points: 43
Recent Blog Comments By WolfShade
-
Dynamic ColdFusion Variables Via Quoted Naming
Posted on Jul 2, 2009 at 4:15 PM
Got it. Your examples of how you used to do it gave me an idea. #VARIABLES[marketplace & "Files"].recordCount# Thanks, ^_^... read more »
-
Dynamic ColdFusion Variables Via Quoted Naming
Posted on Jul 2, 2009 at 4:05 PM
Scratch that. Close, but no cigar. Still working on it. ^_^... read more »
-
Dynamic ColdFusion Variables Via Quoted Naming
Posted on Jul 2, 2009 at 4:03 PM
Got it. Had to play with it a bit, but I got the answer I was looking for: <cfdirectory directory="#dirName#" action="list" name="#marketname#Files" filter="*#marketname#*.txt" sort="name ASC"> <cfif "#marketname#Files.recordCount" gt 0> <cfoutput>Files found:... read more »
-
Dynamic ColdFusion Variables Via Quoted Naming
Posted on Jul 2, 2009 at 3:51 PM
I'm trying to set up a list loop that will list the specific contents of a directory according to a market name, as well as the recordcount (from a CFDIRECTORY) for each. I know I dont' HAVE to give each iteration query a different name, but for keeping things straight, I'd like to. I'm already... read more »



