Ver Mensaje Individual
  #2  
Antiguo 17-06-2011
AndyLupa AndyLupa is offline
Miembro
 
Registrado: ene 2006
Posts: 25
Reputación: 0
AndyLupa Va por buen camino
Val

La funcion Val te permite ver si son numericos

Ej;

var
code,yy:integer;
begin

Val(Edit,code,yy);
if code=0 then
//Es numerico y validas el rango
else
//No es numerico

:-)
Responder Con Cita