frenchbeast Posted March 18, 2009 Posted March 18, 2009 Hello Community !! I just upgraded Autoit to 3.3.0 with Scite 1.77 I open it, and start to work on my script Surprise ! The variable autocomplete doesn't show any of the variables !!! I just have the following options after writing the "$" : --------------------------- $array = _ExcelReadArray $oExcel = _ExcelBookNew $oExcel = _ExcelBookOpen $string = _ExcelSheetNameGet $val = _ExcelReadCell ---------------------------- I tried to install it from scratch -> Same thing I tried to overwrite the old version by the new -> Same thing I checked with other of my scripts -> Same issue The autocomplete for functions works fine ... That might be something obvious, but i cannot find what Thx !! Franck
Valuater Posted March 18, 2009 Posted March 18, 2009 (edited) I just upgraded Autoit to 3.3.0 with Scite 1.77That install of Autoit comes with the "light" version of SciTE. Look for the "full" version of SciTE a little lower on that same download page.8)BTW... Welcome to the Autoit Forums... 8) Edited March 18, 2009 by Valuater
frenchbeast Posted March 18, 2009 Author Posted March 18, 2009 I just upgraded Autoit to 3.3.0 with Scite 1.77That install of Autoit comes with the "light" version of SciTE. Look for the "full" version of SciTE a little lower on that same download page.8)BTW... Welcome to the Autoit Forums... 8)That worked !!! I did so many combinations that i missed THE one ;-)thx Valuater !!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now