Hello,
I need to have a RUN statement inside an XB program without knowing the name of the XB BASIC program in advance.
Since it's not possibile to RUN a program from a string as parameter is there anybody who knows a workaround to achieve it ?
Is there any L/M routine, someone wrote which can be used, for instance: CALL LINK("RUNPROG",A$) where A$="DSKx.PROGNAME"
Thank you.