2.0
3.0
>
dev
>
api
>
name
>
gb.returnlong
Anterior
Próximo
Editar
Renomear
Desfazer
Procurar
Administração
Documentação
Cuidado! Esta página não está traduziada.
Veja a versão em inglês
GB.ReturnLong
void
GB.ReturnLong
( long long
value
)
Returns an
Long
value to the caller of the method or property.
value
is the value to be returned.
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.
Veja também
api/cat/return