Itype_text
[ XITE Reference Manual | XITE home ]
Name
Itype_text - send all text in BIFF image textfield to a file
Syntax
#include <xite/biff.h>
BiffStatus Itype_text( IMAGE i, FILE* fp );
Description
Send all text in the textfield of image i to the
file fp. The character position will not be moved.
Restrictions
fp should be a file open for writing.
See also
Iedit_text(5), Iread_text(5)
Return value
status
Author
Tor Lønnestad, BLAB, Ifi, UiO