That worked... thanks :) On May 16, 3:20 pm, Alan Williamson <[email protected]> wrote: > You are close ... change: > > Ben Roberts wrote: > > <cfset variables.questionText = ""> > > <cfset variables.answers = arrayNew(1)> > > <cfset variables.solutionIndex = 0> > > to > > <cfset this.questionText = ""> > <cfset this.answers = arrayNew(1)> > <cfset this.solutionIndex = 0>
-- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
