Hi every one, just got one simple question: is it possible in autoit to write code in a one string something like: InetGet($xLINK, @ScriptDir & "\DUMP.html") $DATA = FileRead(@ScriptDir & "\DUMP.html") beep(100,50) msgbox(0,"xxx","yyy") And all code in one string !? If not this will be cool feature in new autoit realise... to support something like: InetGet($xLINK, @ScriptDir & "\DUMP.html") && $DATA = FileRead(@ScriptDir & "\DUMP.html") && beep(100,50) && msgbox(0,"xxx","yyy")