Search found 1023 matches

by Grovkillen
Sun Feb 02, 2020 6:48 am
Forum: Enhancement Suggestions
Topic: Compiled or script (variable wanted)
Replies: 6
Views: 10532

Re: Compiled or script (variable wanted)

JRL wrote:
Sun Feb 02, 2020 6:25 am

Code: Select all

ExtractFileName>command_line,startedBy
MDL>startedBy
That one didn't work because of the quotes. So a RegEx is first needed.
by Grovkillen
Sun Feb 02, 2020 6:37 am
Forum: Enhancement Suggestions
Topic: Compiled or script (variable wanted)
Replies: 6
Views: 10532

Re: Compiled or script (variable wanted)

Yes, much better! 👊 Thanks
by Grovkillen
Sun Feb 02, 2020 6:20 am
Forum: General Discussion
Topic: Are the comments stripped out of the compiled script?
Replies: 2
Views: 5321

Re: Are the comments stripped out of the compiled script?

Ah, smart check. Thanks for that. :)
by Grovkillen
Sat Feb 01, 2020 8:36 pm
Forum: General Discussion
Topic: Are the comments stripped out of the compiled script?
Replies: 2
Views: 5321

Are the comments stripped out of the compiled script?

I was wondering if the comments are stripped out of the script if I compile them? If not, then I should not comment that much since if I have a huge loop (many iterations) the comments would be parsed over and over again for no reason.
by Grovkillen
Sat Feb 01, 2020 7:41 pm
Forum: Enhancement Suggestions
Topic: Compiled or script (variable wanted)
Replies: 6
Views: 10532

Re: Compiled or script (variable wanted)

And as a follow up on this, I would be really happy to have a %SCRIPT_DIR_PARENT% (similar to ../ in other coding languages). See this code snippet for the "why" :) Let>REGEX_PATTERN=(?<=").*?(?=") RegEx>REGEX_PATTERN,COMMAND_LINE,0,SCRIPT_DIR_CMD,,,, Separate>SCRIPT_DIR_CMD_1,\,SCRIPT_DIR_CMD Let>R...
by Grovkillen
Sat Feb 01, 2020 7:30 pm
Forum: Enhancement Suggestions
Topic: Compiled or script (variable wanted)
Replies: 6
Views: 10532

Compiled or script (variable wanted)

I find myself using this over and over again just to see if the script is running as compiled or in developer mode (as I like to think about it). I would be really happy if we could just look at a variable to tell if it's running as compiled or script (through the editor). Let>REGEX_PATTERN=(?<=").*...
by Grovkillen
Wed Jan 22, 2020 6:31 pm
Forum: Technical / Scripting
Topic: Getting Specific Data From Excel
Replies: 14
Views: 10779

Re: Getting Specific Data From Excel

nodochau wrote:
Wed Jan 22, 2020 2:55 pm
Hi Dorian,
In my sample as I mentioned above, there are 3 cols and but why arrayname_row_count returns 4. It should return 3, right?
What you see and how the XLS looks like are two different things. There's probably some syntax in the fourth row. I could be simply that you clicked on a cell....
by Grovkillen
Wed Jan 22, 2020 6:29 pm
Forum: Beginners
Topic: Minimize Button For Dialog
Replies: 4
Views: 3276

Re: Minimize Button For Dialog

In the dialog editor you can specify what buttons should be visible.
by Grovkillen
Mon Jan 20, 2020 8:16 am
Forum: Beginners
Topic: Close active tab Chorme
Replies: 5
Views: 4686

Re: Close active tab Chorme

RTFM
by Grovkillen
Tue Jan 14, 2020 9:46 pm
Forum: Scripts and Tips
Topic: Pushover API
Replies: 7
Views: 19593

Re: Pushover API

Thanks for the feedback! 👍
by Grovkillen
Sun Dec 01, 2019 6:59 am
Forum: Technical / Scripting
Topic: IECreate
Replies: 7
Views: 4222

Re: IECreate

Instead of IE[0] you may want to create a unique integer for each sub routine. So that would be IE[%k%] or perhaps in your instance IE[%SUBNAME_Var_1%].
by Grovkillen
Thu Nov 21, 2019 4:44 am
Forum: Technical / Scripting
Topic: Stand Alone Script Editor
Replies: 4
Views: 2552

Re: Stand Alone Script Editor

Yep, you're spot on. :D
by Grovkillen
Wed Nov 20, 2019 2:24 am
Forum: Technical / Scripting
Topic: Stand Alone Script Editor
Replies: 4
Views: 2552

Re: Stand Alone Script Editor

Nice and clever! Should be possible by default in my book but this will do until then. Thanks for sharing.
by Grovkillen
Sat Nov 16, 2019 10:26 pm
Forum: Technical / Scripting
Topic: Tricky Problem-Need help!
Replies: 4
Views: 3043

Re: Tricky Problem-Need help!

I would use Image Magick, script using cli to analyze the image. When you have a jump in the colors used you have a bot warning.
by Grovkillen
Fri Nov 15, 2019 12:19 am
Forum: Technical / Scripting
Topic: RegEx Help
Replies: 4
Views: 3014

Re: RegEx Help

You should use the a specific regex "flavor"... Can't remember the exact name right now though.
Sign up to our newsletter for free automation tips, tricks & discounts