Ask a Question related to Macromedia ColdFusion, Design and Development.
-
jhonken #1
cfset question
I am setting a variable correctly with cfscript and I'm trying to do the
equalivant with cfset. Here's how I set it in cfscript: oElement =
oSegment.DataElement(1); oElement.Value = '00'; How do I do this with cfsets ?
It's being used to set variables for a COM component.
jhonken Guest
-
cfset Help!
Hello everyone, I am just starting to learn ColdFusion, and I am learning how to use the <cfset> tag. I tried hard, but I can't figure out what's... -
Evaluate within CFSET
I'm looping through a list of sites. I've written queries to count the number of live and pending articles in tables that begin with the site's... -
cfset
Hi guys, I was just wondering if I use <cfset session.something=0> and I want to later set session.something to equal something else is it ok to... -
CFSET and Quotation Marks
I have a page that generates an html attachment and sends it in email to an admin. The page is an asp page. my problem is that the asp page code... -
<cfset> user info.
Hey guys, i am trying to create a website that has dynamic text in it. For example "Welcome (username here)". I have started using the <cfset>'s... -
theDude28 #2
CFset question
Hi guys i was just wonderng if i want to set a session variable to equal a
number which of the following would i use:
<cfset session.number = 1>
<cfset session.number = '1'>
<cfset session.number = "1">
Thanks in advance.
theDude28 Guest
-
-
theDude28 #4
Re: CFset question
Thanks for that I thought it was the first one as well but when I used it the numbers turned red so i thought this ment there was a problem.
theDude28 Guest
-
Stressed_Simon #5
Re: CFset question
That is just dreamweaver showing you that it is a number.
Stressed_Simon Guest
-



Reply With Quote

