>> Does it have to be an Array, why not use a structure?

> Its 2 dimensional.  Structs are one dim.  Right?

A structure can contain structures, which is analogous of an array
containing arrays, which is what a 2d array in cf is... So... What would be
something like this in an array

  1  2  3
1[h][y][1]
2[n][y][x]
3[a][b][c]

Would be something like this with structures

        type     req  value
userid  [hidden][yes][1]
name    [text  ][yes][x]
other   [text  ][no ][slardibartfast]


Isaac Dealey

www.turnkey.to
954-776-0046
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to