Is it possible to determine what type of object is passed in an Object variable?
I am probably doing this wrong, but I have a subroutine that if successful, returns a map. If its not successful, it returns a Boolean of False.
I would like to check the item type without calling the subroutine twice. once to determine its not false, and yet again to get the data.
any ideas?
I am probably doing this wrong, but I have a subroutine that if successful, returns a map. If its not successful, it returns a Boolean of False.
I would like to check the item type without calling the subroutine twice. once to determine its not false, and yet again to get the data.
any ideas?