Appendix A: System Routines — Data Utilities
337
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
DataTypeNames
Declaration:
BYTE *
DataTypeNames
(BYTE
Tag
)
Category(ies):
Data Utilities
Description:
Given a data
Tag
, return the full string that represents the type of that data.
This string is localized for the current language.
Inputs:
Tag
— GDB_VAR_TAG, PIC_VAR_TAG, TEXT_VAR_TAG,
DATA_VAR_TAG, MATRIX_TAG, LIST_TAG,
FUNC_BEGIN_TAG, PRGM_TAG, SYSVAR_TAG,
STR_DATA_TAG, GEO_FILE_TAG, GEO_MACRO_TAG,
ASM_PRGM_TAG, EQUATION_TAG, GEN_DATA_TAG.
Outputs:
Pointer to a static string representing the type of the
Tag
passed.
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.00 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: SmapTypeStrings
Example:
sprintf( buf, "This variable is a %s", DataTypeNames( Tag ) );