Search found 14 matches

by rusty9075
Fri Sep 21, 2007 11:08 pm
Forum: General Discussion
Topic: Turning off invisible character message warning.
Replies: 1
Views: 3725

Nevermind

Sorry. Found how to turn it off. (In Options menu)
Rusty9075
by rusty9075
Fri Sep 21, 2007 11:06 pm
Forum: General Discussion
Topic: Turning off invisible character message warning.
Replies: 1
Views: 3725

Turning off invisible character message warning.

Could someone please tell me how you can turn off the trailing invisible character warning message. I have several "invisible characters" I want in my programs and the warning message opening up every time I access a program is very annoying. Please help.
Rusty9075
by rusty9075
Sat Aug 04, 2007 3:01 pm
Forum: General Discussion
Topic: Computer Erasing Macros
Replies: 0
Views: 3397

Computer Erasing Macros

Hi I have a crappy Window Vista computer. Recently, every time I restart my computer, it erases ALL of my Macros. Does anyone have a clue why this is happening? I have PCillin antivirus, which I've turn off and it still happens. I've restore my computer to an earlier point, and it still happens. I r...
by rusty9075
Sat Mar 24, 2007 2:51 pm
Forum: Beginners
Topic: Remove all captial words from a paragraph
Replies: 2
Views: 5296

Remove all captial words from a paragraph

Hi I need to create a macro that will remove all capitalized words from a selected text. For example I need to make a macro that would change: "He went with Sue to Barringer's grocery store to buy Jensen pickles" to... "went with to grocery store to buy pickles" Does anyone know how to use macro sch...
by rusty9075
Sat Mar 24, 2007 2:45 pm
Forum: Beginners
Topic: open internet explorer to a url
Replies: 12
Views: 23647

Thank you

Thanks for your help Me_Again. I appreciate you taking the time to help answer my question. YOU ROCK!! :)
by rusty9075
Sun Mar 11, 2007 4:41 am
Forum: Beginners
Topic: open internet explorer to a url
Replies: 12
Views: 23647

Sub OpenPage(URL,Wait) Dim IE Set IE = CreateObject("InternetExplorer.Application") IE.visible = 1 IE.navigate URL do while IE.Busy and Wait loop End Sub I a beginner at this... How do I add this code to a subroutine so that I can go to different web pages and make sure the page is fully loaded befo...
by rusty9075
Tue Aug 29, 2006 4:49 pm
Forum: Beginners
Topic: COMBO VARIABLE NOT WORKING
Replies: 17
Views: 19402

COMBO VARIABLE FIX

Hi

Hey, I figured out my last problem, I just needed to move my "let>k[%y%]=file" later in the code after the GCB. Thanks again for all those who helped me figure this stuff out. I really appreciate the help you gave to me.

Thanks
Rusty9075
by rusty9075
Tue Aug 29, 2006 4:59 am
Forum: Beginners
Topic: COMBO VARIABLE NOT WORKING
Replies: 17
Views: 19402

COMBO VARIABLE NOT WORKING

Thanks SkunkWorks It did appear that by adding some waits it improved the reliability. I still am having small problem Here is the new code: let>y=0 repeat>y let>y=y+1 let>k[%y%]=file wait>0.2 press lshift press right wait>0.1 release lshift wait>0.1 press ctrl wait>0.1 send text>c wait>0.1 release ...
by rusty9075
Mon Aug 28, 2006 11:13 pm
Forum: Beginners
Topic: COMBO VARIABLE NOT WORKING
Replies: 17
Views: 19402

COMBO VARIABLE NOT WORKING

Alright, well I tried the code: readfile>C:\\cafe\flag.txt,file send text>%file% on two different computers (with text file having html code) and they both did weird things. I am using version 7.4 if that makes a difference....BUT the putclipboard method worked PERFECT and was FASTER so I great on u...
by rusty9075
Mon Aug 28, 2006 9:36 pm
Forum: Beginners
Topic: COMBO VARIABLE NOT WORKING
Replies: 17
Views: 19402

UPDATE Readfile

Hi Guys When I tested this out : readfile>C:\\cafe\flag.txt,file send text>%file% in notepad with NO html it did work file. However, when it had html code in it, the thing goes haywire, in notepad too. To test this out for yourself, open the source code for any internet page and copy the text and sa...
by rusty9075
Mon Aug 28, 2006 9:21 pm
Forum: Beginners
Topic: COMBO VARIABLE NOT WORKING
Replies: 17
Views: 19402

Readfile Help

Ok

So what is the best way to copy a file without opening it and then pasting that text into an internet text box, like ,for example,the one I'm typing in right now. I'm guessing its pretty easy but I'm still pretty new to this.
Thank you,
Rusty9075
by rusty9075
Mon Aug 28, 2006 8:40 pm
Forum: Beginners
Topic: COMBO VARIABLE NOT WORKING
Replies: 17
Views: 19402

COMBO VARIABLE NOT WORKING

Hi Me_Again, unfortunately changing the send text to: send text>%linec[1]% just resulted in the text "%linec[1]% appearing rather than the varible information. However, the method from Marcus did work. THANK YOU BOTH SO MUCH!!! YOU GUYS ROCK!!! I have another challege if your up to it. I was wonderi...
by rusty9075
Mon Aug 28, 2006 5:41 am
Forum: Beginners
Topic: COMBO VARIABLE NOT WORKING
Replies: 17
Views: 19402

COMBO VARIABLE NOT WORKING

Hi Me_Again. Yes, that is what I'm trying to do, create line1c, line1b,line3c...etc variables. I changed my code to follow the array setup: let>a=14 let>kkkk=0 repeat>kkkk let>kkkk=kkkk+1 let>a=a+1 readln>C:\\cafe\flag.txt,%a%,firstline length>firstline,len Position> ,firstline,1,start,FALSE let>sta...
by rusty9075
Sun Aug 27, 2006 4:56 pm
Forum: Beginners
Topic: COMBO VARIABLE NOT WORKING
Replies: 17
Views: 19402

COMBO VARIABLE NOT WORKING

Hi, I am trying to create a macro that will repeat several times and create a unique variable each time it repeats. I created this code thinking that it would work, but instead of creating a unique variable. In this example code. I was hoping that "y" would equal "line1c" and thus print the text for...
Sign up to our newsletter for free automation tips, tricks & discounts