[Solved] Hashtable returns zero

Status
Not open for further replies.
Level 1
Joined
Oct 3, 2017
Messages
2
I'm having trouble loading a value from a hashtable. It always returns zero

hash-png.281231


This code will show 0.000 even though I just se the value to 50...
 

Attachments

  • Hash.png
    Hash.png
    3.3 KB · Views: 85
OK, there were two problems, it was not initialized, and I was trying to read an integer as an real value.

Thanks!
 
Status
Not open for further replies.
Back
Top