Search found 4 matches

by jpwags
Wed Jun 16, 2021 7:27 pm
Forum: General Support & Discussions
Topic: Clear !Clipboard
Replies: 2
Views: 2672

Re: Clear !Clipboard

Thanks for reply - missed your earlier testing. Seems there must be a hook somewhere in WINDOWS 10 CLIPBOARD to clear it, as I use AUTOIT CLIPPUT "" , where an empty string clears the CLIPBOARD. Can, and have lived with not having ability in iMacros to Clear, Empty or Delete !Clipboard, bu...
by jpwags
Tue Jun 15, 2021 7:35 pm
Forum: General Support & Discussions
Topic: Clear !Clipboard
Replies: 2
Views: 2672

Clear !Clipboard

Would like to Clear (Delete) Clipboard from within iMacros. Have tried using SET !CLIPBOARD "", Set !EXTRACT NULL follow with SET !CLIPBOARD {{EXTRACT}} and same approach using !Varx Will only set CLIPBOARD if there is at least one character such as BLANK , SET !CLIPBOARD " ", wh...
by jpwags
Sun Mar 19, 2017 1:24 am
Forum: iMacros for Firefox
Topic: String Length Problem passing iMacros code= to Firefox
Replies: 0
Views: 1845

String Length Problem passing iMacros code= to Firefox

Using iim iMacros scripts of usually 30 to 40 statements of varying lengths. These are encoded via _Bas64encode UDF. Various iMacros errors would occur at execution leading me to isolate the iMacros errors to executing so far into the lengths of the commands. This would produce various errors, appar...
by jpwags
Thu Aug 11, 2016 12:34 am
Forum: iMacros for Firefox
Topic: 9.0.3 Issues and Feedback
Replies: 44
Views: 48373

Re: 9.0.3 Issues and Feedback

Also using 9.0.3 with FireFox 48.0 Win 10 x64. Just upgraded to FIreFox 48.0 Using Autoit ShellExecuteWait($iMacroSCRIPT) Where $iMacroSCRIPT = 'imacros://run/?code=' & _Base64Encode($sImBedMacro) This code has been running for some time in many scripts with different IMacro scripts imbedded. Fi...