It seems the description length is now determined by UDM_MAXDESCSIZE in udm_common.h instead of UDM_MAXTEXTSIZE
![]() | udm_get_res_fieldDescriptionstring udm_get_res_field ( resource res, int row, int field )udm_get_res_field() returns result field value on success, FALSE on error. res - a link to result identifier, received after call to udm_find(). row - the number of the link on the current page. May have values from 0 to UDM_PARAM_NUM_ROWS-1. field - field identifier, may have the following values:
![]()
ctg-php at graysmark dot net
07-Apr-2004 03:01
It seems the description length is now determined by UDM_MAXDESCSIZE in udm_common.h instead of UDM_MAXTEXTSIZE
davidbullock at tech-center dot com
09-Sep-2001 02:07
To further improve the "description" field quality, there are two additional techniques you can use.
davidbullock at tech-center dot com
09-Sep-2001 02:01
The returned page description is only 100 characters long.
| ![]() |