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

Returns an Long value to the caller of the method or property.

If the type of the method or property is not Long, then the return value is automatically converted.

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

See also

api/cat/return