Chris Elmore offered these answers to some questions that were raised at 
last night's presentation about structures and arrays.

>Here are the answers for the questions last night:
>
>    * Arrays in server scope? Yes
>    * listToArray - will it wipe out the existing array or overwrite only 
> the needed/used cells? Wipeout
>    * ArrayLen for an array with cells [1] and [9] defined? 9
>    * ListToArray - can it have multiple delimiters? Yes
>    * ArrayResize(array, size) - does it initialize the cells? NO.
>    * ArrayResize(array, size) - does it initialize skipped (undefined see 
> #3) cells? No
>    * will isArray(array, size greater than 3) work? No, the number must 
> be b/w 1 and 3.
>    * is structNew() required to define a structure? Yes. CF 5.0 does not 
> dynamically set stSomeStruct.somekey to be "stSomeStruct" as a structure 
> with somekey as a key. Some structures are defined by default (cookie, 
> form,cgi, etc.)
>    * Does structKeyExists evaluate the same as isDefined on structures? Yes



-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to