Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
bawaite #1
using 2 variables to call one variable
what I would like to do is set 3 variables (theses variable values will be
dynamic):
Item = question
itemID = 1
question1 = 500
and be able to call a value based on what 2 other variables where set to:
#Item #&#itemID# this will come back with the value of 500 in this case
any suggestions?
bawaite Guest
-
#40137 [Opn]: in-function-call variable-define bug
ID: 40137 User updated by: kolypto at mail dot ru Reported By: kolypto at mail dot ru Status: Open Bug Type: ... -
Recursive call with session variable
I set a session variable on error in the login page and then call the login page again. I test on that session variable but it shows as not set. I... -
call function as variable
Hi! I have folowing function which they are a member in a class. function foo(){ something } function zoo(){ something else -
Replacing code based on static variables to variable variables.
Can anyone give me some help or tips in converting this code to take 2 variables that will specify the number of Pack type lines and the number of... -
How do you Call a Perl subroutine with a variable name?
Fred wrote: <snip> Try this: ($outvar1, $outvar2) = &{\&{$array}}($invar1,$invar2,$invar3); -- -
TA-Selene #2
Re: using 2 variables to call one variable
#Evaluate(item & "" & itemID)#
Concatinating the quotes in probably isn't necessary, so #Evaluate(item & itemID)# should work as well.
TA-Selene Guest
-



Reply With Quote

