Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. def getStringList(self, nID):
  2.  
  3. for i in xrange(20000):
  4. try:
  5. test = None
  6. test = self.xStringListIndexAccess.getByIndex(i)
  7. if test is not None:
  8. print i
  9. for j in test:
  10. print j.Value
  11. print "====="
  12. except Exception, exception:
  13. if i == 16633:
  14. print test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement