
sambalec
Active Members-
Posts
97 -
Joined
-
Last visited
Everything posted by sambalec
-
Thank's FireFox and Jdelaney for your help. when I try in your script (Mr FireFox) : Local Const $s1 = "pizza service" Local Const $s2 = "Pizza Service" result is 0 % (perfect for me) But : Local Const $s1 = "pizza service" Local Const $s2 = "the pizza Service" result is 100 % (is not good, il would like about 20 % of difference)
-
Regex and string remplace...
sambalec replied to sambalec's topic in AutoIt General Help and Support
Very nice ! Thanks man ! -
Hello everybody ! I need to use a regex to split strings... for example, my string is : example1: blablabla (2009) example2: Recording ![DONE] [ALPHA] example3: text [blabla] (2010) What uniq regex can I use to just keep thoses strings : ( removing []() ) example1: blablabla example2: Recording ! example2: text Thanks a lot !
-
thanks again!
-
Sure, so thanks And how can I see the windows user in autoit ?
-
Thanks ! but I have a problem, it's show me : BBBB-BBBB-BBBB-BBBB in console
-
How to protect some informations in a file ?
sambalec replied to sambalec's topic in AutoIt General Help and Support
Thanks I try it ! -
Hi, how can I find with autoit my Windows serial number, and another Windows informations ? Thanks a lot Sambalec
-
How to write in txt all keyboard pressed (log)
sambalec replied to sambalec's topic in AutoIt General Help and Support
lol I'm not a hacker... ok so you can remove my post. -
Hello, How can I import a .sql file in mysql (phpmyadmin) with autoit ? many thank's !
-
Hello, How can I watch Unicode on MsgBox in autoit ? ( Using win XP ) CODE$unicode = "козерог" Msgbox(0,"Unicode",$unicode) The result is very bad :-(