That comes through as a comma delineated list. Use listToArray() to convert it to an array or use list functions to work with it.
Alan On Mar 21, 2012, at 7:39 PM, Steve Of LA <[email protected]> wrote: > This feels like a really newbie question, but I'm going around in circles. > How is a form checkbox list not a CF Array and how do I turn it into > something that I can use on a CFLoop? > > I can see Form.actorlist in my dump with values of (1,2,3). But when I try > to do anything with an Array function, OpenBD throws an error saying that > it's not a proper CF array. Could someone point me to the docs that explain > what a checkbox list is and what function could I use to convert it to a CF > Array. > > TIA > > Steve > -- > online documentation: http://openbd.org/manual/ > google+ hints/tips: https://plus.google.com/115990347459711259462 > http://groups.google.com/group/openbd?hl=en -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
