$ 0 0 Hi! lets say i have my main script main.au3, that among other things contains this: [ autoit ] popup#include<subscript.au3> func logg($TextToLog) FileWrite("log.txt", $TextToLog) EndFunc Is there anyway that a function located in subscript.au3 can run the logg function from main.au3?