Oo_Nextacb - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

Appendix A: System Routines — Apps

OO_NextACB

Declaration:
AppID OO_NextACB (AppID acb )
Category(ies):
Apps
Description:
Gets the ID of the next app after acb in the application control block list.
Inputs:
acb — The ID of an app.
Outputs:
Returns the ID of the next app after acb or H_NULL if acb is the last app in
the application control block list.
Assumptions:
The application control block list begins with all the built-in apps followed by
Flash apps sorted in alphabetical order.
Side Effects:
None
Availability:
On AMS 2.00 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also:
OO_firstACB, OO_PrevACB
Example:
AppID appid;
for (appid = OO_firstACB; appid != H_NULL; appid = OO_NextACB(appid))
{
/* process each ACB */
.
.
.
}
TI-89 / TI-92 Plus Developer Guide
Not for Distribution
323
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents