<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/rdflags.c">
<Name>LQT_StringToWordFlags</Name>
<Class>Tracing
<Purpose>
Tries to reverse the operation of LQT_WordFlagsToString.
In other words, LQT_StringToWordFlags takes a string which it
assumes to be a sequence of names of flags as defined in the
header file <h>wordrules.h</h> separated by LQTpWordFlagSep (a comma),
and returns the
bitwise `or' of the Word Flags corresponding to the Names that
are found.
<Returns>
a pointer to the first unconverted character in String, and the
actual value in Flagp
<SeeAlso>
LQT_StringToWordFlags
LQT_WordFlagsToString
</Function>
<Decl>
API char *
LQT_StringToWordFlags(db, String, Flagp)
    t_LQTEXT_Database *db;
    char *String;
    unsigned long *Flagp;
</Decl>
</Entry>
