Property | Value |
---|---|
Hex Value | $EF11 |
Categories | |
Localizations |
|
OpenLib(
Overview
Extends TI-Basic. (Not available.)
Availability: Token only available from within the Basic editor.
Syntax
OpenLib(
Location
prgm, CTL
, J:OpenLib(
Description
Together with ExecLib, OpenLib( 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.
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
Related Commands
Source: parts of this page were written by the following TI|BD contributors: DarkerLine, GoVegan, kg583, seb83.
History
Calculator | OS Version | Description |
---|---|---|
TI-84+ | 0.01 | Added |
Authors: