Skip to main content
Participant
September 21, 2011
Question

result of following cfc code

  • September 21, 2011
  • 1 reply
  • 441 views

Hi,

I am new to coldfusion.

What is the result of the following coldfusion code?

<cfreturn listAppend(valuelist(qRead.industry_id),0)>

if the qRead returns 2 rows

label          industry_id

x                       1111

y                       1112

z                       1245

Thanks

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    September 21, 2011

    It returns a list of values with a zero on the end:

    1111,1112,1245,0