Releasedate; Utilities - Texas Instruments TI-89 Developer's Manual

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

Advertisement

Appendix B: Global Variables — Utilities

ReleaseDate

Declaration:
char * ReleaseDate
Category(ies):

Utilities

Description:
Global string pointer to the release date of the current AMS code.
Inputs:
None
Outputs:
Pointer to current release date.
Assumptions:
Access_AMS_Global_Variables must be defined.
Side Effects:
None
Availability:
On AMS 2.00 or later.
TI-89 / TI-92 Plus
Differences:
None
See Also:
ReleaseVersion
Example:
Access_AMS_Global_Variables;
char Buf[80];
sprintf( Buf, "Release date: %s\nVersion: %s\n", ReleaseDate, ReleaseVersion );
DlgNotice( "AMS", Buf );
TI-89 / TI-92 Plus Developer Guide
Not for Distribution
1271
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