Re : A92: Execute a TI-BASIC program


[Prev][Next][Index][Thread]

Re : A92: Execute a TI-BASIC program




Dans un courrier daté du 19/07/98 22:35:45  , vous avez écrit :

> 
>  Is this possible in a fargo program to *execute* a TI-Basic program?
>  
>  hugo
>  

This is NOT possible...
This is due to the way ti programs are handled. Ti programs are tokenized so
that they may be interpreted. No assembly code is generated during this
process. Thus, to "execute " a ti program, one would need the adress of the
subroutine which is in charge of controling the error checking and the
execution of a program.


However, there is a solution to bypass this small problem.
Just change the structure of your program so that it is a fargo program which
is called by a ti program. That way, it will be possible to pass parameters to
the fargo prgm and to receive some from the fargo prgm..

Mathieu, <hmlacage@aol.com>