Search found 267 matches

by Jerry Thomas
Mon Mar 02, 2015 11:37 pm
Forum: Technical / Scripting
Topic: Midstr alternative method (or enhancement)
Replies: 3
Views: 3057

Re: Midstr alternative method (or enhancement)

Try just putting some number > than the string could ever be
I use 100 most of the time
by Jerry Thomas
Wed Dec 10, 2014 5:11 pm
Forum: Technical / Scripting
Topic: XML to CSV convertion
Replies: 5
Views: 4414

Re: XML to CSV convertion

Do all of the records have the same fields? (This looks like a database type application where they would...) START LOOP (Repeat..Until, or While..Endwhile) Search for <name>, Find position of "<" following <name> Get the data in between Write to new file Search for <surname> Find position of "<" fo...
by Jerry Thomas
Thu Dec 04, 2014 4:00 pm
Forum: Enhancement Suggestions
Topic: Add Version to compiled scripts
Replies: 5
Views: 18565

Add Version to compiled scripts

It would be nice if we could add Version to the Script Compile dialog and then have that added as a File Property.

Manual Entry - no auto increment or anything like that.

Or is there a way to do this now?
by Jerry Thomas
Mon Jun 02, 2014 11:05 pm
Forum: Technical / Scripting
Topic: Dialog Text
Replies: 2
Views: 2956

Re: Dialog Text

Different versions of Windows handle dialog borders a little bit differently.
By setting ClientWidth and ClientHeight there is more consistent dialog size between OS's.
by Jerry Thomas
Fri May 02, 2014 10:22 pm
Forum: Technical / Scripting
Topic: Really nit picky bug: IfNotFileExists link missing
Replies: 1
Views: 1888

Really nit picky bug: IfNotFileExists link missing

I know this is a really minor issue, but for new users it could be helpful...

The Help page for IfFileExists should include IfNotFileExists in the list of "See also" commands.
by Jerry Thomas
Tue Apr 29, 2014 10:00 pm
Forum: General Discussion
Topic: Bad links
Replies: 2
Views: 4659

Re: Bad links

Thanks for checking!
by Jerry Thomas
Tue Apr 29, 2014 6:08 pm
Forum: General Discussion
Topic: Bad links
Replies: 2
Views: 4659

Bad links

I don't know if this related to the forum changes or not. I was searching RadioGroup SelectedIndex 2 of 6 topics that came up were bad #1 http://www.mjtnet.com/forum/viewtopic.php?t=2653&view=previous The requested topic does not exist #3 http://www.mjtnet.com/forum/viewtopic.php?t=2879 You are not ...
by Jerry Thomas
Wed Apr 09, 2014 2:54 pm
Forum: Technical / Scripting
Topic: issue with Position looking for //
Replies: 5
Views: 4180

Have you tried using a variable for the search string?

Let>DblSlash=//
Position>DblSlash,%regelmapwelke%,1,gevonden
by Jerry Thomas
Mon Apr 07, 2014 4:49 pm
Forum: Beginners
Topic: Toogle Shortcut - launch macros
Replies: 3
Views: 4092

Javier, one way to do the second scenario, is write to an INI file When script launches, use some logic similar to this... IfFileExists ReadIniFile for LastMessage Else Use WriteLn to create INI file with Message1 (or some flag to indicate Message1) Set LastMessage = Message1 Endif If LastMessage = ...
by Jerry Thomas
Fri Mar 21, 2014 3:00 pm
Forum: Technical / Scripting
Topic: Complex Expressions with True/False
Replies: 2
Views: 2666

Thanks for not laughing (at least in your reply)

I was so focused on the quotes and syntax...

Many Thanks Marcus!
by Jerry Thomas
Fri Mar 21, 2014 1:56 pm
Forum: Technical / Scripting
Topic: KillProcess>myproc*
Replies: 3
Views: 4561

Thanks Cyber!
That would have been much simpler....
by Jerry Thomas
Fri Mar 21, 2014 12:24 am
Forum: Technical / Scripting
Topic: Complex Expressions with True/False
Replies: 2
Views: 2666

Complex Expressions with True/False

I need to perform a Complex Expression with part of the equation being a test for True / False, and I can't get syntax worked out. Many thanks for a little bit of help! For these values, the logic should drop into the loop. Let>XYZ=60 Let>Cnt=0 Let>State=True While{(%State%=True)and(%Cnt%<XYZ>Cnt=10...
by Jerry Thomas
Thu Mar 20, 2014 4:28 pm
Forum: Technical / Scripting
Topic: KillProcess>myproc*
Replies: 3
Views: 4561

Solved my own problem...

sQuery = "select * from win32_process where name like 'WinMake%'"

I had to add the % meaning 0 or more characters
by Jerry Thomas
Thu Mar 20, 2014 4:15 pm
Forum: Technical / Scripting
Topic: KillProcess>myproc*
Replies: 3
Views: 4561

KillProcess>myproc*

I need to check for and kill an existing process. Normally an easy task. My problem is the process will be called WinMake.exe OR WinMake20140319ahh-2.exe OR WinMake + date + initials + iteration +.exe Is there any way to say: KillProcess>WinMake*.exe Or is there a way to use the old VB technique? So...
by Jerry Thomas
Tue Mar 18, 2014 5:25 pm
Forum: Technical / Scripting
Topic: 14.1 Bug: UIGetAccessibleList
Replies: 7
Views: 5266

Online is updated
Help File is not - none of the UIxxx functions are included
Sign up to our newsletter for free automation tips, tricks & discounts