Book a Demo

Author Topic: How to iterate through returned EACollection  (Read 3813 times)

karenafox

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
How to iterate through returned EACollection
« on: September 03, 2014, 02:56:59 am »
I ran a search query from a script and now want to iterate through the results.  The results should be like an array of arrays.  Within the script, I would like to go through each item in the collection and print out the value in a table.  Can someone please provide some guidance as everything I've tried so far hasn't worked.  I'm using vbscript.  Thank you.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How to iterate through returned EACollection
« Reply #1 on: September 03, 2014, 05:51:05 am »
I guess this has been clarified meanwhile (via PM)?

q.
« Last Edit: September 03, 2014, 05:51:36 am by qwerty »

karenafox

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: How to iterate through returned EACollection
« Reply #2 on: September 03, 2014, 06:08:39 am »
I think this is figured out.  I'm still working a subsidiary problem of why when I call a search query from within a script, it doesn't return all the same values that running it within search builder does.