Hola a todos,
Existe una función que me diga que una cifra es un número entero?
Algo así como lIsInt( nmiNumerito )
Muchas gracias,
lIsInt()
- Antonio Linares
- Site Admin
- Posts: 42256
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: lIsInt()
Carlos,
Code: Select all | Expand
function lIsInt( n )
return n == Int( n )
Re: lIsInt()
Perfecto,Antonio Linares wrote:Carlos,
Code: Select all | Expand
function lIsInt( n ) return n == Int( n )
Muchas gracias,
Un Saludo
Carlos G.
FiveWin 24.02 + Harbour 3.2.0dev (r2403071241), BCC 7.7 Windows 10
Carlos G.
FiveWin 24.02 + Harbour 3.2.0dev (r2403071241), BCC 7.7 Windows 10