Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

illigal character: "user:"


  • Please log in to reply
1 reply to this topic
ArjangIT
  • Members
  • 1 posts
  • Last active: Nov 02 2015 04:12 PM
  • Joined: 30 Oct 2015

Hi
I am not sure why I am getting this error message.
the script works exactly as I show here on another computer but when I try to run it from a second computer I get this error
 
Error at line 1 in "functions.ahk"
The following variable name contains an illegal character: "user:"
the program will exit.
 
and here is the beginning of the script.

 

pdfsave (loc, user:="")

 

 



space
  • Members
  • 520 posts
  • Last active:
  • Joined: 12 Aug 2014
Make sure you have the same AutoHotkey version installed on both machines. Second pdfsave (loc, user:="") if that really is line one - the script will never work, because you have an error there with the space between the function name and the brackets, that is not allowed.