Differenze tra le versioni di "IsInteger"

Da Gambas-it.org - Wikipedia.
(Creata pagina con '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) ...')
 
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
 +
La funzione non supporta il ''case sensitive''.

Versione delle 15: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

La funzione non supporta il case sensitive.