Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

result of following cfc code

Community Beginner ,
Sep 21, 2011 Sep 21, 2011

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

393
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 21, 2011 Sep 21, 2011
LATEST

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

1111,1112,1245,0

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources