﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
678	MAX_LINESIZE confine arrays	dutCh		"Please remove this unneeded restriction. I want dim arrays with size much bigger than 4KB.


{{{
dim $aDlg[100][8] = [[...], _
  [...], _
  [...]]
}}}

This hole thing can only be 4KB!!

We have found a workaround with diming several arrays <4KB and an for-loop in the code. But thats not very cool and imho unneeded.

Why not take the problem at the root and enhance the parsing:

Dim $aArr[][] = [[ ],

A define of a 2-dim array, equal sign, 2 open brackets, stuff, one close, an comma... you realize that an dim that array - with no size limit. Thats not an error - stupid user forgot to close the braces  - only an multi-dim array!!?

And why not do a heck of a job and kick this ""_"" too? I'm in an array dim. I have an closed bracked, a comma, KICK ALL WHITESPACE, and await and got the next open bracket. Thats simple, isn't it?

AutoIt should make the things easier. And cooler!

What do you think?

---
However, thanx for that great tool. Is much of fun for me!!
"	Bug	closed		AutoIt	3.2.12.1	Blocking	No Bug	MAX_LINESIZE arrays	
