June 22, 200620 yr Hi started using Autoit since yesterday I'm findin it very interactive. Can any one suggest me how to use the string.find (s, pattern [, init [, plain]]) to find a word on a given web page. Thank you.-extramile
June 22, 200620 yr Author I tried using the below functions using: string.find (s, pattern [, init [, plain]]) please give an example of using this if you have already used it.It gave me the following syntax error, I couldn't figure out what!C:\Documents and Settings\Chandu\Desktop\ex.au3(1,7) : ERROR: syntax errorstring.~~~~~~^
June 22, 200620 yr To find strings, you can use the StringInStr command I believe. HOWEVER, currently, AutoIt does not support website integration. BUT, someone wrote an IE UDF library that does this. Search the AutoIt forums, under Scripts and Scraps and look for the IE Automation Library.
Create an account or sign in to comment