> There isn't. This is wierd, i wonder if there is a way to invoke the Java Environment to do this.
Joe Eugene > -----Original Message----- > From: Kwang Suh [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 12:18 AM > To: CF-Talk > Subject: Re: Array Initialization > > > There isn't. > > <cfset theArray = arrayNew(1)> > <cfset theArray[1] = "Jrun"> > ... > > > ----- Original Message ----- > From: "Joe Eugene" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday, February 19, 2003 8:27 PM > Subject: Array Initialization > > > > I cant find a way to initialize an array in CF like in Java. > > > > Example (Java Way) > > > > String appServers[] = {"JRun","CFMX","WebLogic","ORAS"}; > > > > What is the CF Equivalent in One line of code like above? > > > > Thanks > > Joe Eugene > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

