Re: ti89: questions


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

Re: ti89: questions



You can local it inside the main program instead of the subprogram.

For #2: use assembly. That's the only way.

--
Daniel Moraseski
http://members.xoom.com/spui/ - FL and NJ roads, and also a list of all
(well, most) SPUIs
King of irrelevant info
in Orlando, FL; originally from Manalapan, NJ
Laurent Deniau wrote in message <36FF4BEC.9B8BA71F@cern.ch>...
>Sorry, but I can't find out the answers to these questions in the manual...
>
>1) How do you modify and/or return a local variable or parameter of a
>sub-program (I don't want to use a global variable) ?
>
>printstr()
>Prgm
>Local name, getname
>Define getname()=Prgm
> Local name
> Request "file name",name
> Return name     (Meaningless for program)
> EndPrgm
>getname()->name  (Forbidden for programs)
>EndPrgm
>
>Idem with name passed as a parameter.
>
>2) How do you start an application from a program (i.e. Data editor, Text
>editor) ?
>
>Thanks.
>
>--
>[ Deniau Laurent -- Numerical Analysis and Signal Processing ]
>[    CERN -- The European Laboratory for Particle Physics    ]
>[   Laurent.Deniau@cern.ch -- http://home.cern.ch/~ldeniau   ]
>[      -- One becomes old when dreams become regrets --      ]

******************************************************************
* To UNSUBSCRIBE, send an email TO: listserv@lists.ppp.ti.com
* with a message (not the subject) that reads SIGNOFF CALC-TI
*
* Archives at http://peach.ease.lsoft.com/archives/calc-ti.html
******************************************************************


References: