Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
apngss@yahoo.com #1
How to declare a list with unknown size and add elements?
I only know <cfset myList = "1,2,3"> to declare a list, but
I need to declare a list with unknown size, and able to add elements
to it.
I tried the following, but it produces error "ListNew is undefined."
<cfset myList2 = ListNew(1)>
<cfset myList2[1] = "1">
thanks!!
apngss@yahoo.com Guest
-
#40513 [NEW]: Notice: Unknown: List index out of bounds (0) (errflg=2) in Unknown on line 0
From: wil at codeciti dot com Operating system: WinXP PHP version: 5.2.1 PHP Bug Type: IMAP related Bug description: ... -
how to initialize an array of unknown size to 0?
Hello, Can anyone tell me how I can do the following - all the elements in my array of unkown size should be initialised to the value 0 ? ... -
Any way to determine size of stage if unknown
Is there any way to determine the size of the stage of a shockwave movie? This is really not a lingo question since the idea is to query somehow the... -
Group list elements
Hi, I'm looking for a solution for the following problem: This is the list I have : $kommalist ="20,21,22,23,24,25,27,28,31,32,33"; And I want... -
[newbie] list elements
If I have an array @a = ; how I can get just the elements that are not the same? 1, 2, 3 and 4 and what is the best way to store these...



Reply With Quote

