Example
First some general information about how arrays behave in Coldfusion as compared to other programming languages.
- Arrays can have numeric indexes only (if you want to have a string index use
struct
s instead)
- Arrays begin at index [1]
- Arrays can have one ore more dimensions