Differenze tra le versioni di "Int@"
Da Gambas-it.org - Wikipedia.
Riga 1: | Riga 1: | ||
− | '''Int@''' restituisce un valore Integer che si trova memorizzato all'indirizzo del Puntatore. | + | '''Int@''' (o anche: ''Integer@'') restituisce un valore Integer che si trova memorizzato all'indirizzo del Puntatore. |
Sintassi: | Sintassi: | ||
− | + | Int@(puntatore As Pointer) As Integer | |
− | + | ||
+ | Se l'inidirizzo di memoria non risulta raggiungibile, verrà restituito un errore ''Bad argument (20)''. |
Versione delle 09:02, 28 dic 2013
Int@ (o anche: Integer@) restituisce un valore Integer che si trova memorizzato all'indirizzo del Puntatore.
Sintassi:
Int@(puntatore As Pointer) As Integer
Se l'inidirizzo di memoria non risulta raggiungibile, verrà restituito un errore Bad argument (20).