Ver Mensaje Individual
  #8  
Antiguo 16-03-2004
Avatar de sakuragi
sakuragi sakuragi is offline
Miembro
 
Registrado: feb 2004
Ubicación: root
Posts: 1.435
Reputación: 22
sakuragi Va por buen camino
hola que tal
gracias por responde.. pero todavia sigo teniendo problemas

no me funciona el #13+#10

los hise en un case

case pal[k] of

chr(13+10): // enter
begin
matriz[inicio,9]:='100';
inicio:=(strtoint(matriz[inicio,9]))
end;

tambien asi:

con un if

if (Pal[k]=#13+#10)then
begin
matriz[inicio,9]:='100';
inicio:=(strtoint(matriz[inicio,9]));
end;

segui el comentario que me dieron pero no me a funcionado. no se a podedido entrar ni en el case ni en el if

de hante manos gracias
Responder Con Cita