Property | Value |
---|---|
Hex Value | $EF12 |
Categories | |
Localizations |
|
ExecLib
Overview
Extends TI-Basic (not available)
Availability: Token only available from within the Basic editor.
Syntax
ExecLib
Location
prgm
Description
Together with OpenLib(, ExecLib is used on the TI-84 Plus and TI-84 Plus SE for running routines from a Flash App library. This only works, of course, with libraries that have been specifically written for this purpose. The only such library so far is usb8x, for advanced interfacing with the USB port.
Since ExecLib doesn't have any arguments, it would normally be able to run only one library routine. To get around this, usb8x uses a list passed in Ans as arguments to the command. This is most likely how any future libraries will do it as well.
The following program, which displays the version of usb8x, is an example of how to use OpenLib( and ExecLib:
:OpenLib(USBDRV8X
:{6
:ExecLib
:Ans(2)+.01Ans(3
Download usb8x here. You may also be interested in MSD8x which is a GUI for usb8x.
Related Commands
Source: parts of this page were written by the following TI|BD contributors: Battlesquid, DarkerLine, GoVegan, Mapar007, Myles_Zadok, seb83.
History
Calculator | OS Version | Description |
---|---|---|
TI-84+ | 0.01 | Added |