> can't seem to work it out brain strain...
>
> I have a struct, with unknown keys or dynamically created. I
> need to loop over these via collection is that correct to get
> at the values for this key...
>
> All help would be appreciated thanks.
<cfloop item="key" collection="struct">
for (key in struct)
Then refer to struct[key] in both instances
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

