Jump to content

Recommended Posts

Posted (edited)

It is stated somewhere that one has to keep in mind that no line in an AutoIt script can exceed 4095 characters - do this limit also hit functions like

$line = FileRead()
that could easely extend this limit...

kjactive :)

Edited by kjactive
Posted

It is stated somewhere that one has to keep in mind that no line in an AutoIt script can exceed 4095 characters - do this limit also hit functions like

$line = FileRead()
that could easely extend this limit...

kjactive :)

I think that limitation is on a line of source code.

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...