All Forums >> [Scripting] >> Post a VBScript >> RegexTester 3.0 [updated] Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Had some free time, wife had mouth surgery and i brought my laptop. I indentified and resolved 3 different bugs in just the GUI portion of the code. Code cleanup and optimization.
Feel free to contact me with suggestions or any quesitons.
Updated: commented remove subs as post below says it is invalid. Looking through the older versions, I cannot find what the sub should do. Commented and let me know if you run into errors. (I think I fixed the error handleing elsewhere.)
< Message edited by mikeock -- 1/29/2007 3:07:10 AM >
Posts: 2555
Score: 40
Joined: 6/29/2006
From: Orange County, California
Status: offline
I've seen a few examples where EBGreen has used Regular Expressions and has inspired me to start playing with them. I'll definitely take a look at this HTA and for sharing.
BTW Line 126: ClearSubs This does not appear to be a valid sub or function anymore.
< Message edited by dm_4ever -- 1/26/2007 1:43:52 PM >
This apparently was a refactor that I started and forgot to complete. I was going to re-qrtie the portions that write to the innerhtml and just have a function that writes whatever you pass to it. I am sure that a refactor would greatly reduce the code size for this app but the benifit of that is not currently seen as the app runs w\o errors that I can find.
BTW: if errors are found, Please let me know and I will fix them ASAP.
I was a bit confused by the "Template" button, so I changed the formatting a little bit to make it more apparent. Just cosmetic changes mostly. Everything works as far as I can tell, thanks for this hta.
This code starts at line 376
< Message edited by kirrilian -- 2/15/2007 2:05:42 AM >