Home > api > name > gb.returnconststring 
 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.ReturnConstString
Syntax
void GB.ReturnConstString ( char *str , long len )

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.

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

See also

Returning Strings