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

Invalid CFML construct found?

Guest
Jun 04, 2007 Jun 04, 2007

Copy link to clipboard

Copied

Anyone know why's wrong with this? It won't compile..

Error message is: " Invalid CFML construct found "

myarray[1][1] = myxmldoc["my-item-lists"]["single-list"]["item-in-list"][1]["is-completed"]
TOPICS
Advanced techniques

Views

580

Translate

Translate

Report

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
LEGEND ,
Jun 05, 2007 Jun 05, 2007

Copy link to clipboard

Copied

> Anyone know why's wrong with this? It won't compile..

Well it's TELLING you what's wrong with it:

> Error message is: " Invalid CFML construct found "

> myarray[1][1] =
> myxmldoc["my-item-lists"]["single-list"]["item-in-list"][1]["is-completed"]


myxmldoc["my-item-lists"]["single-list"]["item-in-list"].xmlChildren[1]["is-completed"]

--
Adam

Votes

Translate

Translate

Report

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
Guest
Jun 05, 2007 Jun 05, 2007

Copy link to clipboard

Copied

LATEST
thank you. Turns out the problem was not putting a ";" at the end of the statement. very sill indeed. I'm sorry about that thank you for taking the time to respond.

Votes

Translate

Translate

Report

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
Documentation