Hi! Trying to start with lua on xp with version 1.66 and Lua 5.0.2 gives me only the follwing output: attempt to call a string value >Lua: error occurred while loading startup script This is my startup script: function ftpUpdate() -- local f = props['FilePath'] local s,e,path,exe exe = "G:\\Apache\\Apache2\\bin\\php.exe -h" print("Running " .. exe) if os.execute(exe) then print("Done :-)"..exe) else print("oops :-(") end end --ftpUpdate() When I comment out the line containing props and uncomment last line the script runs as expected with F5 I also tried the installer version 1.66-wbd-1 with the included SciTEStartup.lua but the same result there. And something little: In multiline mode the tabbar is cut on the half of the second line :-( Any ideas? Cordailly, Axel |
_______________________________________________ Scite-interest mailing list Scite-interest@lyra.org http://mailman.lyra.org/mailman/listinfo/scite-interest