I have tried this:
EvalBASIC(chr($ef)+" "+chr($22)+"mybasprg"+chr($22))
and
EvalBASIC(chr($ef)+" mybasprg")
but all time I get two errors when compiling:
basic.bas:48: warning: [W150] Parameter 'basic' is never used
basic.bas:49: warning: [W190] Function 'EvalBASIC' should return a value
EvalBASIC(chr($ef)+" "+chr($22)+"mybasprg"+chr($22))
and
EvalBASIC(chr($ef)+" mybasprg")
but all time I get two errors when compiling:
basic.bas:48: warning: [W150] Parameter 'basic' is never used
basic.bas:49: warning: [W190] Function 'EvalBASIC' should return a value