Home > dev > api > name > gb.returnconstzerostring 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
GB.ReturnConstZeroString
void GB.ReturnConstZeroString ( char *str )

Returns a constant String value to the caller of the method or property.

This string must be a constant string, i.e. it must never disappear from memory, and it must be null terminated.

This function does not abort the method or property. You must explicitely return from it by using the return instruction.

See also

api/cat/returnstring