I appologize for not having a test case, but our system produces a window semi-periodically that contains error text. The error text in some few cases has run longer than about 8000 characters and the remaining text gets cut off. If necessary I could create a sample executable that demonstrates the problem.
I'm using FinalBuilder 6.3.0.1916.
The usage is to create a "Wait For Window or Control" that waits for an textarea / edit box with the "On Find Window" set to "Store caption in variable". "Control From Description" looks like:
FindChild("%iProject% WinConsole",null).FindChild("Edit",null)
"Wait Parameters" is set to "Wait for the process" and "Time out after 10secs" and "On Timeout" "Fail the action". Basically it runs in a loop waiting for the window while checking other variables.
This is a failure to store more than 8k of data, otherwise it seems to work more or less fine.
Thanks,
John