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 crashes when I call release
Hi, I have two hash tables in a program. At the end of the program, I release them.
SRP_HashTable("Release", report)
SRP_HashTable("Release", skn_data_hashtable)
The skn_data_hashtable releases fine, but when I release the report hashtable, I get the non-numeric data but numeric required error.
Error:
Version:
SRP_HashTable("Release", report)
SRP_HashTable("Release", skn_data_hashtable)
The skn_data_hashtable releases fine, but when I release the report hashtable, I get the non-numeric data but numeric required error.
Error:
Version:
Comments
BTW, that screenshot doesn't help. SRP Utilities has nothing to do with the SRP Editor or the SRPUtil.ocx. The best way to confirm the version is to inspect the properties dialog of the SRPUtilities.dll and look for the File Version under the Detail tab. Please report back with this if you think the SRP HashTable function is not creating your handles properly.
hi thanks,
i just realised that i am reusing the the name report for another variable in an internal subroutine, so that must be what is messing it up. I will just change it to report_hashtable to avoid this.
Silly me
thanks