Definition : (int) LANG_WORD2ORD(string text)

Defined in : #include <language.h>

Description: Returns the integer form of an ordinal text number. This only
             works for numbers in the range 1-19.

Returns    : int - the integer representation of an ordinal text.

Examples   : "second"   ->  2
             "eleventh" -> 11

Obsolete   : (int) LANG_ORDW(string text)
