>Is there a performance issue with using the following syntax for
>structures:
>
><cfset session["stcDetail"]["arrivalTime"] = "" />
>
>as compared to
>
><cfset session.stcDetail.arrivalTime = "" />
>

No. The only real difference that I'm aware of between the do is that you
can preserve key case with the bracket notation (and have key names with
dots in them), whereas dot notation will upper case the key names.

Regards,
Dave.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to