Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
SRP_Hashtable Question Marks
I've recently updated to the newest version of the SRP_Utilities to get the SRP_JSON functions. Unfortunately I have had some significant issues with the Hashtable function in some of my procedures after the update. I believe I updated from 2 versions ago.
The issue appears to be that I create a Hashtable, populate the Hastable with a sizable number of values (around 12,000) and when I run "GetValuesAndKeys" I get a list that is filled with question marks. Is this a known issue or part of a change in the API for using this feature?
Thanks!
The issue appears to be that I create a Hashtable, populate the Hastable with a sizable number of values (around 12,000) and when I run "GetValuesAndKeys" I get a list that is filled with question marks. Is this a known issue or part of a change in the API for using this feature?
Thanks!
Comments
I don't think there are any changes that should affect you. The question marks make me think of how UTF-8 characters often display when running OI in non-UTF-8 mode. Is there any possibility that UTF-8 is related?
Would you say that this is safe to deploy in production? I have a small tool I want to get out but don't want to break anything else if I can help it.
I just stumbled over the same issue with srp_json and 'getmembers'
I don't have any members called "????????????????????????????????????????????????" :P
Should have checked the version history though.
My mistake. All works perfectly now though.