char *GB.ToZeroString ( GB_STRING *src )
Creates a temporary null terminated string from a Gambas string parameter, and returns it.
If src is a null string, then GB.ToZeroString will return a pointer to a zero-length string. It will never return a null pointer.