RE: 0-based Indexing
- Posted by "C. K. Lester" <cklester at yahoo.com> Jul 17, 2003
- 510 views
> I have suffered several times from Euphoria's lack of 0-based indexing. > Adding and Subtracting 1's to make things Offset into the correct > location. Uh... the first item of a sequence is s[1]. How is that at all wrong? I understand you're probably talking about poking things into memory or something else other than arrays or sequence variables. > 1-based indexing is a real pain in the neck. Maybe for those who can't understand the easy-to-understand sequence indexing, Darth. :P ---