Heath is correct.

It comes in as  STRING and you can then use the List functions:

http://openbd.org/manual/?/function/category/list

or you can convert it to a proper CF array, using:

http://openbd.org/manual/?/function/listtoarray

then you can use the Array functions:

http://openbd.org/manual/?/function/category/array



On 21/03/2012 19:39, Steve Of LA 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.

--
online documentation: http://openbd.org/manual/
  google+ hints/tips: https://plus.google.com/115990347459711259462
    http://groups.google.com/group/openbd?hl=en

Reply via email to