Search found 132 matches

by nodochau
Tue May 07, 2019 10:53 am
Forum: General Discussion
Topic: Position of spaces
Replies: 14
Views: 18188

Re: Position of spaces

Here is my scripts: Let>str1=I go to Cali today. Let>str2=I won't go to Cali tomorrow. Separate>str1,space,var1 Separate>str2,space,var2 Let>k=0 Repeat>k Let>k=k+1 Position>var2_%k%,str1,1,pos If>pos=0 MDL>var_%k% is not in str1 Endif. Until>k={%var1_count%-1} So I want to have a MDL which has all w...
by nodochau
Mon May 06, 2019 5:17 pm
Forum: General Discussion
Topic: Position of spaces
Replies: 14
Views: 18188

Re: Position of spaces

Hi JRL, Thank you for your code. It made my life easier. I have sentence1: I go to Cali today. sentence2: I won't go to Cali tomorrow I can use separate and position commands to find words in sentence 2 but not in sentence 1. I get a problem is: How can I MDL all the words in separate lines at the e...
by nodochau
Mon May 06, 2019 2:42 pm
Forum: General Discussion
Topic: Position of spaces
Replies: 14
Views: 18188

Re: Position of spaces

Thanks a lot.
by nodochau
Fri May 03, 2019 6:18 pm
Forum: General Discussion
Topic: Position of spaces
Replies: 14
Views: 18188

Position of spaces

Hello all,
Do you have any ideas of pointing out the position of all spaces in a sentence?
Ex: I go to Cali today.
I want to know all spaces position in that string.
Thanks a lot
by nodochau
Wed Apr 24, 2019 2:24 pm
Forum: General Discussion
Topic: Run script with Touch Screen
Replies: 1
Views: 4212

Run script with Touch Screen

Hello All, I want to know that are we able to create a dialog saying: PLEASE TOUCH "OK" BUTTON TO RUN THE PROGRAM. I mean that I want to create a dialog box with the greeting above and an OK button which is linked to the specific program. The user just touches on the OK button and the program will s...
by nodochau
Tue Feb 26, 2019 12:04 pm
Forum: General Discussion
Topic: Text Capture in scanned documents
Replies: 5
Views: 7676

Re: Text Capture in scanned documents

Hi Marcus,
Please tell me what command line options from OS that I can use.
Thanks
by nodochau
Wed Feb 06, 2019 5:33 pm
Forum: General Discussion
Topic: Text Capture in scanned documents
Replies: 5
Views: 7676

Re: Text Capture in scanned documents

We scan multiple files at a time and store it at one file name. If I use OCR in MS how can I set the OCR scan entire file since the OCR Capture just give us three options and can not do all pages.
by nodochau
Wed Feb 06, 2019 12:10 pm
Forum: General Discussion
Topic: Text Capture in scanned documents
Replies: 5
Views: 7676

Text Capture in scanned documents

Hello all, I have a problem of capturing text in scanned documents. I would like to write a scripts that can copy all text in a scanned document. It is about 20 pages. Because they are scanned so they are not real text. I am not able to copy and paste the text by using CTLR C , V...If I use OCR in M...
by nodochau
Mon Jan 21, 2019 7:38 pm
Forum: Technical / Scripting
Topic: looking inside multiple subdirectories and copying files
Replies: 6
Views: 3911

Re: looking inside multiple subdirectories and copying files

Hi PepsiHog,
I come across your code and it is what I am looking for.
I edited the folder and the file extension as I want to look for but the scripts seem like run never end.
My problem is how to get the file in a folder within sub folders by input the file name only.
Thanks
by nodochau
Thu Jan 17, 2019 6:33 pm
Forum: Beginners
Topic: Find Text in file then highlight Text
Replies: 1
Views: 2326

Find Text in file then highlight Text

Hello everyone, I am very new with MS and tried to search the topic but couldn't find it. My problem is I have a file and it has 5 pages. I want MS to find a "word" or "phrase" that I want to look for in the file, turns that page which has the "word"/"phrase" on screen and highlight it. Can you help...
by nodochau
Thu Jan 17, 2019 3:22 pm
Forum: Beginners
Topic: Find text within a file
Replies: 3
Views: 5505

Re: Find text within a file

It is very interested. Please tell me more details about searching text. Let say if I want to search for "tool motions" in entire file what the code will be? I am new with macro scheduler. ReadFile>.... Position>tool motion,'STRING",1,11,var If>var>0 MessageModal>Found Endif. I want to know what wil...
by nodochau
Thu Jan 17, 2019 1:52 pm
Forum: Beginners
Topic: Find text on screen, then, else...
Replies: 5
Views: 15129

Re: Find text on screen, then, else...

Does it have to be exact Lower and Uppercase?
If yes then how to make the script to find text doesn't matter lower or uppercase...
Sign up to our newsletter for free automation tips, tricks & discounts