01-17-2008, 02:49 PM
Part of my program is to copy a numeric value into the clipboard. I want to subtract that number by 1 then paste the end result back into a field within another program. Any suggestions.....Thanks
Changing Numeric Value
|
01-17-2008, 02:49 PM
Part of my program is to copy a numeric value into the clipboard. I want to subtract that number by 1 then paste the end result back into a field within another program. Any suggestions.....Thanks
01-17-2008, 08:26 PM
Look through the QM Reference for: str, int, setclip/getclip, then you should be able to understand how to add or subtract strings or intercepts, as well as copy and pasteing information. EXAMPLE: Macro ( Example )
Taking on Quick Macros one day at a time
01-18-2008, 07:43 AM
01-18-2008, 03:15 PM
Please forgive me, but I still don't understand. I extensively researched all suggestions and just get confused. Can somebody just post a full example. I'm sure I can make that do exactly what I want to do.
Example: copy 555 to a variable or clipboard. Subtract 1 from it. Then paste the end result (554) into another program. Any and all help would be much appreciated. Thanks
01-18-2008, 05:54 PM
;variables
01-18-2008, 06:20 PM
Thank you very much Gintaras! That worked perfectly. You are always very helpful.
01-30-2008, 10:02 AM
I would like to do some thing similar to this, and not sure how, ive got as far as getting the text, im grabbing the text, using Acc obj.
its for logging in as i have many log in accounts, and are like this example loginaccount1 and then the next account will be loginaccount2 and so on up to loginaccount20 what im looking for is to add 1 each time i run the macro. then all i got to do is enter my password by hand, it will help me a great deal. |
« Next Oldest | Next Newest »
|