hallo i have a questions again:
how can i run a function in a program. less say that there is a global function called "runfunction" that i can do like:
local fun = "term.set Cursor(1,1)"
runfunction( fun )
again i no that there are not a global function called runfunction it was just to show what i mean
so that i want to be happening what that two line's is that the function term.setCursor will be runned and there fore the cursor is now on col 1 line 1
is there somone who no a function to do that?