Jump to content

What is the size of Edit Box?


neotrio
 Share

Recommended Posts

15. What are the current technical limits of AutoIt v3?

Here are details of the current technical limits of AutoIt. Please note that some of the limits are theoretical and you may run into performance or memory related problems before you reach the actual limit.

Maximum length of a single script line: 4,095

Maximum string length: 2,147,483,647 characters

Number range (floating point): 1.7E308 to 1.7E+308 with 15-digit precision

Number range (integers): 64-bit signed integer

Hexadecimal numbers: 32-bit signed integer (0x80000000 to 0x7FFFFFFF)

Arrays: A maximum of 64 dimensions and/or a total of 16 million elements

Maximum depth of recursive function calls: 384 levels

Simultaneous open files: 64

Simultaneous active HotKeys: 64

Maximum number of variables in use at one time: No limit

Maximum number of user defined functions: No limit

Maximum number of GUI windows: 1024

Maximum number of GUI controls per window: 4096

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

Why won't you just try and see if you run into any problems? I've never had an issue with buffer-overflow and I've really put a lot of text in those tiny boxes.

Hi Manadar,

I am reading eeprom thru my script and caching continuously data into the edit box but after five minutes it stucks and i have to explicitly clear the data from the Edit box so that the data i m caching should be visible in the edit box.

Ciao.

Link to comment
Share on other sites

  • Moderators

Hi Manadar,

I am reading eeprom thru my script and caching continuously data into the edit box but after five minutes it stucks and i have to explicitly clear the data from the Edit box so that the data i m caching should be visible in the edit box.

Ciao.

Have you tried:
GUICtrlSetLimit($EditBox, 0x7FFFFFFF)
yet?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...