Hi folks , Im trying to learn some basic stuff with autoit, but im struggling with ClipPut and Filewrite. #include <IE.au3> #include <string.au3> $oIE = _IECreate ( "www.google.com" ) sleep (2000) $text = _IEBodyReadText ( $oIE ) $result = _StringBetween ( $text , "Web", "Videos") ClipPut( $result ) So what i wanted to do was copy the "images" to the clipboard and put it a txt. Txt would say , " i was on google and i clicked on $result today to show my freinds. ,