var kanal ="TV3";System.print("Entering function");
try {JustNu(kanal);} catch (e) {System.print (e);};
System.print("Done function");
I am curious if this throws any errors.