With in my application, I have come across the need to use a hashtable that stores 3 variables that come from a sqlite database.
What I am trying to figure out is how to return an entire hash object from a method.
Does anyone know if this is possible?
What I am trying to figure out is how to return an entire hash object from a method.
Does anyone know if this is possible?
Comment