ColdFusion function. That function will then call another function with the
name of the argument.
function Cleaner(queryInput,cleanerFunction) {
if (cleanerFunction neq "")
cleanerFuncLocal = Evaluate("#cleanerFunction#");
if (cleanerFunction eq "")
x = queryInput[tempArray[cL]][rL];
else
x = clearFuncLocal(queryInput[tempArray[cL]][rL]);
}
Really thought I could get this to work....
- Steve
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

