06-06-2007, 08:44 PM
Hi,
I am trying to get a large window of information into a string to then subsearch on:
This gets the first 1/3 of the text but then just cuts off. I assume there is a string length limit.
Is there any way to get the next page's worth of text? I have tried paging down in the window before it aqcuires but it still starts from the top.
Thanks,
Stuart
I am trying to get a large window of information into a string to then subsearch on:
Acc a=acc("" "TEXT" win(Display Service Tool" "#32770") "Edit" "" 0x1804 0x40 0x20000040)
str dst=a.Value
This gets the first 1/3 of the text but then just cuts off. I assume there is a string length limit.
Is there any way to get the next page's worth of text? I have tried paging down in the window before it aqcuires but it still starts from the top.
Thanks,
Stuart