Cb_Fetchtext - Texas Instruments TI-89 Developer's Manual

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

Advertisement

Appendix A: System Routines — Text Editing

CB_fetchTEXT

Declaration:
BOOL CB_fetchTEXT (HANDLE * h , size_t * size )
Category(ies):
Text Editing
Description:
Fetch contents of clipboard if it contains text.
Inputs:
None
Output:
h
size — Length of text.
Returns TRUE if clipboard contains any text, otherwise, returns FALSE.
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI-89 / TI-92 Plus.
TI-89 / TI-92 Plus
Differences:
None
See Also:
CB_replaceTEXT
Example:
HANDLE hText;
size_t size;
.
.
.
if (CB_fetchTEXT(&hText, &size))
{
/* do something with text in hText */
}
TI-89 / TI-92 Plus Developer Guide
— Handle to text in clipboard.
Not for Distribution
1053
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