Ed Leafe wrote:
You might be tripping over one of the other differences between
Fox and Python: one-based vs. zero-based indexing. The first element
in a Fox array is referenced as myArray[1], whereas in Python it is
myList[0].
No, that I got, but it was the relative indexing where I started to run
into problems. For one thing, I didn't catch the "up to but *not*
include" part, so I bet that was a large part of my problems. I'm
downloading 2.5 as I type this, and I'll try playing with it again
tonight. Thanks!
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.