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= " ">
}