Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 02:24

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



File Read Problem

Discussion on File Read Problem within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2010
Posts: 149
Received Thanks: 45
File Read Problem

Hi all
Könnt mir jemand diese Func "zurecht" biegen ?
Des tuts einfach net

Code:
Func _such()
    For $File = 0 to UBound($File)-1
    If FileReadLine($File) == "Aa" Then
	MsgBox(0 , "File Reader" , "Dieses Wort wurde gefunden")
    Else
	MsgBox(0 , "File Reader" , "Dieses Wort wurde nicht gefunden")
	EndIf
	Next
EndFunc
}{exer is offline  
Old 11/25/2010, 17:07   #2
 
elite*gold: 0
Join Date: Jan 2010
Posts: 108
Received Thanks: 3
Quote:
Originally Posted by }{exer View Post
Hi all
Könnt mir jemand diese Func "zurecht" biegen ?
Des tuts einfach net

Code:
Func _such()
    For $File = 0 to UBound($File)-1
    If FileReadLine($File) == "Aa" Then
	MsgBox(0 , "File Reader" , "Dieses Wort wurde gefunden")
    Else
	MsgBox(0 , "File Reader" , "Dieses Wort wurde nicht gefunden")
	EndIf
	Next
EndFunc



PHP Code:
Func _such()
    For 
$File 0 To UBound($File) - 1
        
If FileReadLine($File) = "Aa" Then
            MsgBox
(0"File Reader","Dieses Wort wurde gefunden")
        Else
            
MsgBox(0"File Reader","Dieses Wort wurde nicht gefunden")
        EndIf
    
Next
EndFunc   
;==>_such 


geht er jetzt ?
Hackerfreak1 is offline  
Old 11/25/2010, 17:13   #3
 
elite*gold: 0
Join Date: May 2010
Posts: 149
Received Thanks: 45
Nein, passiert nix
nach wie vor :\
}{exer is offline  
Old 11/25/2010, 18:08   #4
 
ZeraPain's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 360
Received Thanks: 249
kann ja auch nicht funktionieren wenn du file als pfad und int hast
ZeraPain is offline  
Old 11/25/2010, 18:14   #5
 
lolkop's Avatar
 
elite*gold: 280
Join Date: May 2007
Posts: 2,818
Received Thanks: 3,483
vorallem setzt du $file=0 und willst dann $file bis zum ende des arrays durchlaufen
lolkop is offline  
Reply


Similar Threads Similar Threads
unable to read the project file ?
07/04/2010 - CO2 Private Server - 6 Replies
http://img38.imageshack.us/img38/3475/46385551.png Uploaded with ImageShack.us
File Extraktor problem
11/30/2009 - Metin2 - 0 Replies
Es wird in letzer zeit ja immer mehr client modding gemacht. ich hab das problem, dass wenn ich dinge die im ordner ymir work landen umbenenne oder lösche und dann das spiel starte wird dieser ordner nicht angenommen also wenn ich zB "item" verändere und dann mit dem ordner und nicht mit den pack files öffne sind alle scxhwerter verschwunden also metin2 läd nur die pack files. und wenn die net das sind dann exestieren die jeweiligen dinge net mehr. sorry weil ich so schlecht erklären kann...
how can i read .dat file or .c3 file?
09/09/2009 - Conquer Online 2 - 5 Replies
Hello can anybody tell me how can i read .dat file or .c3 file? i rly need this please help me guys if ya know how to do it:)
how to hex dekaron.exe to read file outside before data.pak
03/01/2009 - Dekaron - 3 Replies
guy. i want to hex dekaron.exe to read file outside data.pak if file not exit to read file in data.pak sample in process monitor program:: C:\2Moons\Data\usa\share\maplist.csv PATH NOT FOUND Desired Access: Generic Read if file not exit to read in data.pak i'm sorry for noob eng language xD
cant play cabal my computer cant read .dat file
06/28/2008 - Cabal Online - 0 Replies
what do i need to download to get it working..??



All times are GMT +2. The time now is 02:24.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.