Home > api > name > gb.tozerostring 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
GB.ToZeroString
Syntax
char *GB.ToZeroString ( GB_STRING *src )

Creates a temporary null terminated string from a Gambas string parameter, and returns it.

The returned string will be automatically destroyed by the interpreter later. You cannot create more than 32 temporary strings at the same time.

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.

See also

String Management  GB_STRING