Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 5 matches

by lestatzero
15.07.2014 17:00
Forum: Requests
Topic: Journal storage
Replies: 9
Views: 13857

Re: Journal storage

Yea I saw those Functions in the documentation section .... The only issue is I do not see any reference with example script to use them .. I have played around with several different things and nothings working .. in my origional script that I use in easyuo sub phpsend set #sendheader Content-type:...
by lestatzero
02.07.2014 15:29
Forum: Requests
Topic: Journal storage
Replies: 9
Views: 13857

Re: Journal storage

So maybe you post here some example string, and what exactly you want to extract from it. Sure thing program Logger; procedure JournalHandler(Text, SenderName : String; SenderID : Cardinal); VAR SL : TStringList; begin if BMSearch(0, Text, '[') > 0 then begin if BMSearch(0, Text, '[safebet') = 0 th...
by lestatzero
02.07.2014 3:09
Forum: Requests
Topic: Journal storage
Replies: 9
Views: 13857

Re: Journal storage

Yea I am new to writing using pascal script in this fashion... \ The script I quoted does the following. Scan journal for the [ character or the < character ( these 2 both indicate either public chat or guild chat ) they are at the start of the journal line the next If [ is in LastJournalMessage ( ...
by lestatzero
29.06.2014 2:21
Forum: Requests
Topic: Journal storage
Replies: 9
Views: 13857

Re: Journal storage

Yea I am new to writing using pascal script in this fashion... \ The script I quoted does the following. Scan journal for the [ character or the < character ( these 2 both indicate either public chat or guild chat ) they are at the start of the journal line the next If [ is in LastJournalMessage ( a...
by lestatzero
28.06.2014 20:40
Forum: Requests
Topic: Journal storage
Replies: 9
Views: 13857

Journal storage

Ok .. I am new to this and am looking for a way to scan and save journal information based on a few specific things. I have a program that works great in easyuo script that exports the information to my sql database but I would like to have something that does this right from Stealth Client so I do ...