Einzelnen Beitrag anzeigen

Tommy1988
(Gast)

n/a Beiträge
 
#16

Re: [Open-Source]Programm zum Link-Quelltext erstellen

  Alt 7. Jun 2007, 17:22
Aso..
ich hab das ganz anders versucht.. aber jetzt ist es richtig:

Delphi-Quellcode:
  if ((URL[1]='h') and (URL[2]='t') and (URL[3]='t') and
     (URL[4]='p') and (URL[5]=':') and (URL[6]='/') and
     (URL[7]='/')) and
     ((URL[8]='w') and (URL[9]='w') and (URL[10]='w') and
     (URL[11]='.')) then
    result := true;
Angehängte Dateien
Dateityp: exe project1_308.exe (523,0 KB, 10x aufgerufen)
  Mit Zitat antworten Zitat