BOUNCER Posted May 5, 2010 Posted May 5, 2010 Im doing fileopen on a log file $text = FileOpen (@AppDataDir & "XXXXXXXX" , 0) $dumpstring = FileRead($text) basically the original file has a log with a new line on everything. 1 2 3 after i do all this i lose the formatting and end up with everything in one large paragraph 123
evilertoaster Posted May 5, 2010 Posted May 5, 2010 Can you attach a sample of the log file (with just the first line or two), it might be something related to the text encoding...
BOUNCER Posted May 5, 2010 Author Posted May 5, 2010 the log file is a basic mirc log file which i guess is ANSI encoding, it has - [18:52] CMDS=KNOCK,MAP,DCCALLOW,USERIP NAMESX SAFELIST HCN MAXCHANNELS=60 CHANLIMIT=#:60 MAXLIST=b:60,e:60,I:60 NICKLEN=30 CHANNELLEN=32 TOPICLEN=307 KICKLEN=307 AWAYLEN=307 MAXTARGETS=20 are supported by this server [18:52] WALLCHOPS WATCH=128 SILENCE=15 MODES=12 CHANTYPES=# PREFIX=(qaohv)~&@%+ CHANMODES=beI,kfL,lj,psmntirRcOAQKVCuzNSMTG NETWORK=GTANet CASEMAPPING=ascii EXTBAN=~,cqnr ELIST=MNUCT STATUSMSG=~&@%+ EXCEPTS are supported by this server [18:52] INVEX are supported by this server - [18:52] There are 29 users and 631 invisible on 7 servers [18:52] 17 operator(s) online [18:52] 910 channels formed [18:52] I have 254 clients and 5 servers this type of format it ends up with everything clustered into a paragraph
evilertoaster Posted May 5, 2010 Posted May 5, 2010 I can't reproduce it with a copy/paste of what you posted... Can you attach the actual log file (as a post attachment, not as inline text)?
jchd Posted May 6, 2010 Posted May 6, 2010 There may be a line delimiter issue, but can you be more explicit than: "after i do all this i lose the formatting and end up with everything in one large paragraph "Define all this (post code and a sample of your typical input text). Place input in a zip file so it doesn't get reformatted by the forum posting software. This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now