-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue for dwsHashtables.pas #14
Comments
I'm not to to follow the relationship between the first code snippet and the second one ? Though TBH dwsHashtables is legacy, and exposed only through the legacy dwsClassesLibModule, I'm not entirely sure if it works (I never used it). Similar functionality is available and maintain through associative arrays. |
The line |
Hmm, there is loop on #1 to #255 in dwsHashTables's InitiTables, it's already "for I := 1 to 255 do" https://github.com/EricGrange/DWScript/blob/master/Libraries/ClassesLib/dwsHashtables.pas this was changed a year ago in by this commit |
There's some code in dwsHashtables.pas.
I test the code as follow in Delphi 12. The result shows 63734.
The text was updated successfully, but these errors were encountered: