Search found 46 matches

by dtaylor
Tue Sep 13, 2016 7:21 pm
Forum: Beginners
Topic: Simple conditionals and checking for spaces
Replies: 3
Views: 5420

Re: Simple conditionals and checking for spaces

Try this to perform a match for a single space.

Code: Select all

If>variable_name=%SPACE%
OR this to match one or more spaces using a Regular Expression.

Code: Select all

RegEx>^\s+$,variable_name,0,match,num,0
If>num>0
  Remark>match found
Else
  Remark>no match found
EndIf
by dtaylor
Wed Sep 07, 2016 6:03 pm
Forum: Technical / Scripting
Topic: Issue with Download Manager under Windows 10
Replies: 20
Views: 34084

Re: Issue with Download Manager under Windows 10

I have verified that the script runs and downloads the file correctly when run as Admin.
by dtaylor
Tue Sep 06, 2016 4:37 pm
Forum: Technical / Scripting
Topic: Issue with Download Manager under Windows 10
Replies: 20
Views: 34084

Re: Issue with Download Manager under Windows 10

Marcus, I appreciate your open and honest answer. Due to the fantastic support and user community, I have gone ahead and purchased with no worries that this issue will be addressed in due time. Thanks to you, the support staff and the rest of this community, I am now a fully licensed member of this ...
by dtaylor
Fri Sep 02, 2016 12:53 am
Forum: Technical / Scripting
Topic: Issue with Download Manager under Windows 10
Replies: 20
Views: 34084

Issue with Download Manager under Windows 10

Marcus, I only have a few days left on my trial of Macro Scheduler and wanted to check on the status of this issue. I had previously emailed you directly regarding this and your response was: There appears to be an issue with the download manager under Windows 10. I need to spend some time on this t...
by dtaylor
Thu Sep 01, 2016 2:52 am
Forum: General Discussion
Topic: Regex question
Replies: 5
Views: 8687

Re: Regex question

I would normally think that your code or at least the following code would return the results you are looking for. Let>String=This loan is locked by soAndso RegEx>(?:this loan is locked by\s)(\w+),String,0,m,n,0,, MessageModal>m_1 But, that is not the case. In the above RegEx, matching group #1 is s...
by dtaylor
Wed Aug 31, 2016 4:49 am
Forum: Scripts and Tips
Topic: Toast Notification Window
Replies: 1
Views: 7737

Toast Notification Window

My first code share, so be kind. :lol: This will pop up a notification window in the bottom right corner of the screen (like Toast). I use it to display notifications of what is going on in a script. It is especially useful when a script has a big loop processing many records. I use this to display ...
by dtaylor
Wed Aug 24, 2016 8:05 pm
Forum: Technical / Scripting
Topic: Undocumented Keyboard Shortcuts in Editor?
Replies: 2
Views: 3141

Re: Undocumented Keyboard Shortcuts in Editor?

JRL, thanks info and the code! I am aware that Macro Scheduler allows me to assign hotkeys to macros, but I am still in the "Trial" stage of evaluating Macro Scheduler and I haven't looked at that functionality yet. Hotkey assignment does look interesting, but I'm probably going to stick with AutoHo...
by dtaylor
Wed Aug 24, 2016 9:12 am
Forum: Technical / Scripting
Topic: Undocumented Keyboard Shortcuts in Editor?
Replies: 2
Views: 3141

Undocumented Keyboard Shortcuts in Editor?

Note: Forgive me if these are documented, but I have not been able to find them. I ran across the first keyboard shortcut below by accident. This led me to look for additional shortcuts that might exist. So far I have found the following keyboard shortcuts in the Editor. Ctrl-B = deletes from curso...
by dtaylor
Wed Aug 24, 2016 6:55 am
Forum: Enhancement Suggestions
Topic: Duplicate The Current Line
Replies: 1
Views: 4995

Duplicate The Current Line

It would be awesome to be able to duplicate an existing line of code by hotkey (maybe Ctrl-D). It would make adding lots of similar lines of code much quicker by duplicating an existing line and modifying the copy. It would be extremely useful in troubleshooting code by making a copy of an existing ...
by dtaylor
Wed Aug 24, 2016 6:27 am
Forum: General Discussion
Topic: Tab Spacing in Script Editor
Replies: 7
Views: 10699

Tab Spacing in Script Editor

Sorry if this has been discussed before, but I couldn't find anything using the limited search terms. Sometimes using the Tab key in the Script Editor moves the cursor over 2 characters positions. Other times it moves the the cursor 4 characters. It appears that if the previous line was created usin...
by dtaylor
Thu Aug 18, 2016 5:28 am
Forum: Enhancement Suggestions
Topic: Select Multiple Lines Using Gutter
Replies: 1
Views: 4512

Select Multiple Lines Using Gutter

Currently, I can select a single line in the editor by clicking in the gutter. I would like to be able to click and drag along the gutter to select multiple lines. This would be much easier and quicker than the current method of selecting multiple lines.

Thanks for your consideration!
by dtaylor
Thu Aug 18, 2016 5:01 am
Forum: General Discussion
Topic: New Macro Template
Replies: 1
Views: 5082

New Macro Template

Is it possible to edit the template for new scripts? When I create a new macro, it is auto-filled with 3 lines about IGNORESPACES. I don't really need that code, but I would like to add some of my own default code (variables & includes) to be included in each new script. I've looked and I can't seem...
by dtaylor
Mon Aug 15, 2016 6:05 pm
Forum: Technical / Scripting
Topic: RegistryEnumKeys Issue?
Replies: 2
Views: 3203

Re: RegistryEnumKeys Issue?

Not how my brain thought it should be, but many thanks for the explanation.
by dtaylor
Mon Aug 15, 2016 5:53 pm
Forum: Enhancement Suggestions
Topic: Set Custom Code Folding Regions
Replies: 2
Views: 5776

Re: Set Custom Code Folding Regions

Thanks hagchr!

Yep, It's right there in the Help file.
So, boy do I feel like an idiot. :oops:
by dtaylor
Sun Aug 14, 2016 9:19 pm
Forum: Enhancement Suggestions
Topic: Set Custom Code Folding Regions
Replies: 2
Views: 5776

Set Custom Code Folding Regions

I would love to be able to set custom regions where code could be folded. For instance, if I have a large section of code that performs a specific function, it could be marked as a custom region that can be folded. It would be great if it showed the name of the Region when folded. RegionStart>Proces...
Sign up to our newsletter for free automation tips, tricks & discounts