Returning Strings

GB.ReturnConstString Returns a constant String.
GB.ReturnConstZeroString Returns a zero-terminated constant String.
GB.ReturnString Returns a String.
GB.ReturnNewString Creates a new String and returns it.
GB.ReturnNewZeroString Creates a new String from a zero-terminated string and returns it.