| View previous topic :: View next topic |
| Author |
Message |
ChrisM as guest Guest
|
|
| Back to top |
|
 |
sleepyy35
Joined: 22 Jul 2004 Posts: 194 Location: cedar city UT
|
Posted: Sun Nov 28, 2004 7:18 am Post subject: |
|
|
i try'd to run the script and got this
---------------------------
New AutoHotkey Script.ahk
---------------------------
Error at line 222.
Line Text: give the Favorite shortcut, , %f_length%, 140
Error: This line does not contain a recognized action.
The program will exit.
---------------------------
OK
--------------------------- _________________ ^sleepy^ |
|
| Back to top |
|
 |
David
Joined: 08 Aug 2004 Posts: 25 Location: Lubbock, Texas
|
Posted: Sun Nov 28, 2004 5:30 pm Post subject: |
|
|
sleepyy35, you'll need to remove the CR/LFs caused by the BBS's word wrap. For example, this command, displayed on three lines, should be on one line: | Code: | FileAppend, # You can hand edit this file if you follow these simple rules.`n ,
%f_FavoritesFile%
|
There are about 4-5 instances of this. |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Sun Nov 28, 2004 9:20 pm Post subject: |
|
|
cool! now i just have to replace my variant of this script (i did it long ago, remember?) with this one in my all time running script! _________________
 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10474
|
|
| Back to top |
|
 |
|