Hi all,
I´m new to AutoIT so you can imagine, that I know very little about how the functions work in detail.
I have the problem that the StringInStr function when searching for a string in the sourcecode of different webpages returns the wrong position of the searched string. I know, that the sourcecode is tens of thousands characters long and the searched string is about in the middle, but the function returns only 28.
Also StringLen for example returns about 33000, but i know the sourcecode is much longer.
Please note, that the pages have a similar structure only with different titles etc. and for the most pages my script works exactly as intended.
Is there some kind of length limitation of the source for these functions to show the right numbers (because the count maybe begins from the start at a certain point)?
Thank you in advance for your help.