GNet, getGNet[thing] when there is no [thing]

BlitzMax Forums/BlitzMax Programming/GNet, getGNet[thing] when there is no [thing]

Will(Posted 2006) [#1]
How can I tell what slots are in a GNetObject and what is in those slots, int, float, etc?

Can I just check with a GetGNetInt and if it returns null, try a float, then a string, etc? Or do those make it crash?