At 03:08 PM 6/4/2004, you wrote:
>Hmm, that's one I hadn't thought of. However, I don't think I'm up for
>writing all those combos & logic (though your solution would execute
>faster).

Well... you could kinda do what you were thinking - rolling your own custom
tag on the fly and writing it out with cffile - but instead of doing it
every time, check to see if you've already written out a matching custom
tag for the variables you're dealing with at the moment. Come up with a
naming convention for the file name, based on the variables at hand, that
you can look for in the directory. If you find you've already made that
file, call it. Otherwise, create it the one time, then call it. If you ever
come up with a new variable combo, then as long as your logic supports it,
you won't have to worry - it'll make a new file for you at that point.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to