Replies: 3 comments
-
|
Hi @GCuser99,
This is something that I would have never added =) but, since using 1-based indexes is known to be a common practice in VB6/VBA, it makes sense. I've implemented it already, it can be specified in the constructor just like you suggested and also by using the Also, calling Many portions of code have been modified to apply this feature and I've not quite tested them all, unit tests would've been great here... So, if you encounter any unexpected behaviour please post an issue. Thank you! =) |
Beta Was this translation helpful? Give feedback.
-
|
@Theadd - thanks very much! When does your updated twin package make it into tB's package database? In my tB project, I removed the ArrayListLib package in references and then reimported but the resulting ArrayListLib is version 1.5.139.0, not 1.5.141.0. Am I doing something wrong? Mike |
Beta Was this translation helpful? Give feedback.
-
|
Hi @GCuser99 , my bad, they're actually the same tho, previous version was 1.4.X.0, i just had the BUILD version number to be auto incremented by twinBASIC each time I hit the Build button and since I'm building it as an ActiveX DLL and TWINPACK, both for Win32 and Win64 versions in every release, that number differs a little bit. You can see those 4 builds being pushed together here: 5435080 I'll move the auto increment to the revision number so it won't differ from the version released on github. (Major.Minor.Build.Revision) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've tested your ArrayList in tB - very awesome and exactly what I was looking for - a collection-like object that allows for modifying the members and more...
I'm wondering with tB's parameterized class constructor "New()", whether it would be possible and make sense to allow user to optionally specify the array base index using something like:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions