Page 1 of 1

Debug window limit

Posted: Wed Mar 07, 2012 11:20 pm
by SFSxOI
Is there a limit of the amount of information the debug window can display on a single line and if so is there a way to increase that limit?

Re: Debug window limit

Posted: Wed Mar 07, 2012 11:57 pm
by Derren
1) The limit is 4092 ( = 2^12)
2) I don't know, sorry.

Code: Select all

For a = 4095 To 4097
	Debug Space(a)
Next