Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Limited size of value string
#1
Hi,

I am trying to get a large window of information into a string to then subsearch on:

Code:
Copy      Help
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
#2
It is Windows limitation. Try getwintext if possible. Or select it and call getsel.

dst.getwintext(child(a))
#3
Thanks Gintaras again for all your help. You have taught me so much!

Stuart


Forum Jump:


Users browsing this thread: 1 Guest(s)