Question
coldfusion
I am new to coldfusion can someone clear my doubt please.I have a function Test_Func. I want to assign the parameter(input) value to a variable myname).Kindly help
function Test_Func(input)
{
<cfset var myname= " ">
}
I am new to coldfusion can someone clear my doubt please.I have a function Test_Func. I want to assign the parameter(input) value to a variable myname).Kindly help
function Test_Func(input)
{
<cfset var myname= " ">
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.