Jump to content

Recommended Posts

Posted

For example, I use the command InputBox, AutoIt editor would kindly give me some prompt to this command, but, in the first argument section, the string contains a comma, in this case, AutoIt editor give me the wrong prompt, it is better described in the picture attatched

Posted

InputBox("string","string")

What he wanted to say is that when he types in InputBox("string,string, ...

and doesn't close quote he is given by AutoItEditor presumably SCITE an option to type in 3rd argument when it's actually still 1st going. However I have tested this myself in SCITE and seems to work as it should so not sure if that's what he meant. At least that's what i understood :)

My little company: Evotec (PL version: Evotec)

  • Developers
Posted

SciTE itself doesn't know about start and end of a literal string thus will interpret every COMMA as a parameter delimiter.

This is a know "issue" and its something we will have to live with.

:)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...