internet
Übersicht

darkiBetreff: internet |
![]() Antworten mit Zitat ![]() |
|
---|---|---|
Warum sagt er hier Expectin "("?
Code: [AUSKLAPPEN] Function intergerip(ip$) a1=Int(Left(ip$,Instr(ip$,".")-1)): ip$=Right(ip$,Len(ip$) Instr(ip$,".") a2=Int(Left(ip$,Instr(ip$,".")-1)): ip$=Right(ip$,Len(ip$) Instr(ip$,".") a3=Int(Left(ip$,Instr(ip$,".")-1)): ip$=Right(ip$,Len(ip$) Instr(ip$,".") a4=Int(Left(ip$,Instr(ip$,".")-1)): ip$=Right(ip$,Len(ip$) Instr(ip$,".") Return(a1 Shl 24)+(a2 Shl 24)+(a3 Shl 24)+a4 End Function darki |
||
Yogu |
![]() Antworten mit Zitat ![]() |
|
---|---|---|
Code: [AUSKLAPPEN] Function intergerip(ip$) a1=Int(Left(ip$,Instr(ip$,".")-1)): ip$=Right(ip$,Len(ip$)-Instr(ip$,".")) a2=Int(Left(ip$,Instr(ip$,".")-1)): ip$=Right(ip$,Len(ip$)-Instr(ip$,".")) a3=Int(Left(ip$,Instr(ip$,".")-1)): ip$=Right(ip$,Len(ip$)-Instr(ip$,".")) a4=Int(Left(ip$,Instr(ip$,".")-1)): ip$=Right(ip$,Len(ip$)-Instr(ip$,".")) Return(a1 Shl 24)+(a2 Shl 24)+(a3 Shl 24)+a4 End Function Du hast das Minus vergessen, glaube ich. |
||
darki |
![]() Antworten mit Zitat ![]() |
|
---|---|---|
Danke, wie ich denke sieht man das der code aus dem blitz basic buch geschrieben ist. Nun sagt er mir wenn ich das programm starte(2 mal auf dem gliechem pc das es ein memory problem gibt warum? Und soll ich hier meine ip eingeben?
Code: [AUSKLAPPEN] ip=intergerip("XXX.X.XXX") |
||
Übersicht


Powered by phpBB © 2001 - 2006, phpBB Group