Search found 131 matches

by nodochau
Wed Sep 29, 2021 6:11 pm
Forum: Beginners
Topic: How to extract element in array
Replies: 6
Views: 11594

How to extract element in array

Hello All, I want to extract the element in array if I know the name of it. Thanks for your help. MDL just returns me a text info_1 :( Here is my simple code: ArrayDim>Names,3 Let>Names_1=A Let>Names_2=B Let>Names_3=C ArrayDim>ID,3 Let>ID_1=123 Let>ID_2=456 Let>ID_3=789 ArrayDim>Status,3 Let>Status_...
by nodochau
Fri Aug 06, 2021 12:11 pm
Forum: Beginners
Topic: How to find position of curly braces {
Replies: 6
Views: 12352

Re: How to find position of curly braces {

Thanks Dorian!
by nodochau
Fri Aug 06, 2021 10:56 am
Forum: Beginners
Topic: How to find position of curly braces {
Replies: 6
Views: 12352

Re: How to find position of curly braces {

Yes, right. The problem is spaces.
And I got another problem:
If I have a text like this: {30 - 25}
How can I use position command to find the curly brace?
That text will return a number 5 if I do let>text={30 - 25}

Thanks
by nodochau
Thu Aug 05, 2021 4:37 pm
Forum: Beginners
Topic: How to find position of curly braces {
Replies: 6
Views: 12352

Re: How to find position of curly braces {

I used it but it did not know the {
pos>{,text,1,res,1 does not work
by nodochau
Thu Aug 05, 2021 2:35 pm
Forum: Beginners
Topic: How to find position of curly braces {
Replies: 6
Views: 12352

How to find position of curly braces {

Hello all,
I have the text = {skjfhaf akdjfj}....rdrgjfgj
how to find the position of the curly braces {

Thanks
by nodochau
Fri Nov 06, 2020 5:39 pm
Forum: Beginners
Topic: Loop notification
Replies: 3
Views: 3626

Re: Loop notification

Thank you!
Show hint set to False :roll:
by nodochau
Thu Nov 05, 2020 12:59 pm
Forum: Beginners
Topic: Loop notification
Replies: 3
Views: 3626

Loop notification

Hello All, I have a dialog to query data and there is a loop to let users keeps looking for another print if they like to. But if the loop happens, there is a notification (number of loops or dialog number I guess) appears. I attached a screen shot so that you know what am I talking about. How to ge...
by nodochau
Thu Nov 05, 2020 12:45 pm
Forum: Enhancement Suggestions
Topic: MS GUI Enhancement Suggestions
Replies: 5
Views: 15252

Re: MS GUI Enhancement Suggestions

Grovkillen wrote:
Mon Mar 23, 2020 1:21 pm
ocnuybear wrote:
Tue Jul 31, 2018 1:25 pm
2. Add Dark Mode for background so it is easier on the eyes
This is something I would love to have.
Just tried to find out how to switch to dark mode and saw this :cry:
by nodochau
Wed Nov 04, 2020 11:38 am
Forum: Beginners
Topic: Find Save As window in Excel
Replies: 3
Views: 3138

Re: Find Save As window in Excel

Thanks for your advices Dorian, First, The excel file is not opened by MS so I don't think we can use XLSave. Second, I don't like mousemove much :). Just use it when I don't have any choices. After setting focus Excel I use ALT -> Send FA -> Release ALT -> set a time delay to wait the Save As windo...
by nodochau
Tue Nov 03, 2020 1:56 pm
Forum: Beginners
Topic: Find Save As window in Excel
Replies: 3
Views: 3138

Find Save As window in Excel

Hi All, The goal is looking for Save As window opens then do something. Tried to use Waitwindowopen command but it seems like not working. Wrote codes and it does not work also. Any idea? Thanks //find Save as window let>start_find=0 GetWindowList>winlist Separate>winlist,CRLF,windows Let>x=0 while>...
by nodochau
Thu Oct 29, 2020 5:34 pm
Forum: Beginners
Topic: Edit exe Files
Replies: 10
Views: 6474

Re: Edit exe Files

Hi JRL, Here is your original post ----------- To extract the script from the executable: 1) Run the executable from a command line using the command line parameter /extract=password (or /extract= if you intensionally left off the password at compile). Me:Run the exe file which is compiled by the ap...
by nodochau
Thu Oct 29, 2020 1:03 pm
Forum: Beginners
Topic: Edit exe Files
Replies: 10
Views: 6474

Re: Edit exe Files

...can I still extract it by the app? The app does not retrieve your script. The app builds an executable that has the ability to retrieve your script. Macro Scheduler's compiler does not currently offer that ability. I received a PM earlier today that informed me the link to the app is not working...
by nodochau
Thu Oct 29, 2020 11:22 am
Forum: Beginners
Topic: Edit exe Files
Replies: 10
Views: 6474

Re: Edit exe Files

Just download it. I will try it out
So is the app able to compile anything such as C++, python? :wink:
by nodochau
Wed Oct 28, 2020 7:21 pm
Forum: Beginners
Topic: Edit exe Files
Replies: 10
Views: 6474

Re: Edit exe Files

JRL wrote:
Tue Oct 27, 2020 3:12 pm
Your situation is exactly why I wrote THIS
Very interested JRL and I have a question regarding the app.
So if I use the app to compile my script then I can extract it after that. And if I compile my scrip by using the macro scheduler compiler can I still extract it by the app?

Thanks
by nodochau
Tue Oct 27, 2020 12:06 pm
Forum: Beginners
Topic: Edit exe Files
Replies: 10
Views: 6474

Edit exe Files

Hello All,
I have an exe file (compiled from my scripts) and I've lost the source code of that file (don't know why). So is there any way to edit the exe file?

Thanks
cron
Sign up to our newsletter for free automation tips, tricks & discounts