Hi Wayne,
Ok, as I suspected. But there is an easy solution to your problem if you want to store your GOOP reference as a string. First cast the reference to an U32, then convert the U32 to a hex string (or if you want decimal or octal!), use the VIs in the String/Number conversion palette. Then you might store the reference as a readable string without any use of hex values: 9, A, B, C, D and 20. (I suppose you mean ascii codes). I haven't really tested this my self. If this do not work, the you could create a look-up table where you map references with a valid unique string tag that could be used to find the corresponding reference and vice verse.
Regards,
Mattias