Differenze tra le versioni di "IsInteger"
Da Gambas-it.org - Wikipedia.
Riga 1: | Riga 1: | ||
La funzione '''''IsInteger''''' in Gambas-3 ritorna il valore booleano ''True'', se una stringa può essere interpretata come un numero intero. | La funzione '''''IsInteger''''' in Gambas-3 ritorna il valore booleano ''True'', se una stringa può essere interpretata come un numero intero. | ||
IsInteger(stringa As String) AS Boolean | IsInteger(stringa As String) AS Boolean | ||
− |
Versione attuale delle 14:56, 25 giu 2013
La funzione IsInteger in Gambas-3 ritorna il valore booleano True, se una stringa può essere interpretata come un numero intero.
IsInteger(stringa As String) AS Boolean