Home / api / name / gb.returnlong 
GB.ReturnLong
Syntax
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
Returning Values