So i have an issue with a screen scrape.
Lets say the data to scape shows the following
Therefore I would expect to get the following in a string
Preference 00 (
Tracking 30 (0)
Tracking 33
However I am currently only getting
Preference
Tracking 3
Tracking 33
Any ideas on what I am doing wrong?
WHen i do the screenscrape to view it, it shows the entire string, but when i run it, it is losing it somehow.