Differenze tra le versioni di "Int@"
Da Gambas-it.org - Wikipedia.
(Nuova pagina: '''Int@''' restituisce un valore Integer che si trova memorizzato all'indirizzo del Puntatore. Sintassi: <BR>Int@(puntatore As Pointer) As Integer) |
|||
Riga 3: | Riga 3: | ||
Sintassi: | Sintassi: | ||
<BR>Int@(puntatore As Pointer) As Integer | <BR>Int@(puntatore As Pointer) As Integer | ||
+ | |||
+ | <BR>Se l'inidirizzo di memoria non risulta raggiungibile, verrà restituito un errore ''Bad argument (20)''. |
Versione delle 00:39, 16 gen 2012
Int@ 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).