Search found 1001 matches

by jpuziano
Fri Apr 22, 2005 6:21 pm
Forum: Enhancement Suggestions
Topic: [Done] Show available choices only when assigning Hot Key
Replies: 8
Views: 15797

[Done] Show available choices only when assigning Hot Key

Original msg Posted: Fri Apr 22, 2005 12:21 pm accidentally editted/replaced below... please see most recent posts far below. Beta 10 Build 002 is now available from registered downloads. Fixes/Changes since 001: - Added more hotkey options to macro properties. - Debugger will auto-scroll when step...
by jpuziano
Fri Apr 22, 2005 4:17 pm
Forum: Enhancement Suggestions
Topic: Dialog TABS
Replies: 4
Views: 11300

Great idea! If there was a poll on this I would vote for it.
by jpuziano
Wed Feb 16, 2005 11:40 pm
Forum: General Discussion
Topic: Detecting CapsLock State
Replies: 8
Views: 15509

Works great, thanks!!!
by jpuziano
Tue Feb 08, 2005 6:57 pm
Forum: General Discussion
Topic: Detecting CapsLock State
Replies: 8
Views: 15509

I ran into this same problem years ago and worked around it in the same way, outputting a char then reading it back in through the clipboard to see if an "a" or an "A" was produced. All that just to detect the state of the Caps Lock key. Support, if you're wondering why we'd want to detect the state...
by jpuziano
Sun Dec 26, 2004 8:59 pm
Forum: Enhancement Suggestions
Topic: [Resolved] A Christmas ConCat Bug (ver 7.5)
Replies: 8
Views: 17171

Let>newblob= Let>a=b Let>b=c Let>c=d ConCat>newblob,a ConCat>newblob,b ConCat>newblob,c Send Character/Text>newblob --- I would expect this to output: bcd but instead, it outputs: ccd The question is why? Because: If you set a to b and b to c then a=b=c. Therefore a=c. It is simple logic. First off...
by jpuziano
Sat Dec 25, 2004 8:20 pm
Forum: Enhancement Suggestions
Topic: [Resolved] A Christmas ConCat Bug (ver 7.5)
Replies: 8
Views: 17171

Actually, I found that adding Let>VAR_EXPLICIT=1 wasn't needed. All I had to do was remove the % signs from char and it would work as expected... however... that does not explain why it did the extra substitution (used 10 instead of k) when I did use %char%. From your replies and reading the Help, i...
by jpuziano
Thu Dec 16, 2004 7:34 pm
Forum: Enhancement Suggestions
Topic: [Resolved] A Christmas ConCat Bug (ver 7.5)
Replies: 8
Views: 17171

Thanks for the fast reply. OK, I added...

Let>VAR_EXPLICIT=1

to the top of the script, ran it, bug still there.

It it still comes out as:

we three 10ings

???
by jpuziano
Thu Dec 16, 2004 6:58 pm
Forum: Enhancement Suggestions
Topic: [Resolved] A Christmas ConCat Bug (ver 7.5)
Replies: 8
Views: 17171

[Resolved] A Christmas ConCat Bug (ver 7.5)

This has already been posted in the bugtracker. Consider the following script... Let>SK_DELAY=10 Let>blob=we three kings Len>blob,number_of_chars Let>newblob= Let>k=0 Repeat>k Let>k=k+1 MidStr>blob,k,1,char ConCat>newblob,%char% Until>k,number_of_chars Send Character/Text>newblob *** You might think...
by jpuziano
Wed Nov 24, 2004 10:37 pm
Forum: Enhancement Suggestions
Topic: [Done] Ability to Choose Delimiter in GetFileList> Comman
Replies: 7
Views: 15168

Excellent, thank you Support.
Also, thanks Captive for the VBScript example.
by jpuziano
Wed Nov 03, 2004 7:33 am
Forum: Enhancement Suggestions
Topic: [Done] Ability to Choose Delimiter in GetFileList> Comman
Replies: 7
Views: 15168

Added a Poll

Added a Poll per your suggestion Bob and used your suggested rankings:

5. Important, even if the size/efficiency increases/degrades
4. Somewhat important
3. I'm okay either way
2. Somewhat unimportant
1. Unimportant, even if the size/efficiency remains unaffected

Thanks again!
by jpuziano
Sat Oct 30, 2004 12:13 am
Forum: Enhancement Suggestions
Topic: [Done] Ability to Choose Delimiter in GetFileList> Comman
Replies: 7
Views: 15168

[Done] Ability to Choose Delimiter in GetFileList> Comman

Consider these two commands that are often used together: 1. GetFileList> filespec,result 2. Separate> list,delimiter,returnvar - The first imposes a semicolon ; as the delimiter :( - The second let's us choose our own delimiter :) Semicolon ; is a valid char in a filename so if you have filenames f...
cron
Sign up to our newsletter for free automation tips, tricks & discounts