Home > dev > api > name > gb.returnstring 
 en fr de es it nl pl pt pt_BR mk sq hu cs tr ar fa id 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.ReturnString
void GB.ReturnString ( char *str )

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

str must be points at a string allocated by GB.NewString. If not, use another string return function!

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