函式:FDF_set_value()


FDF_set_value

设定栏位的值。

语法: boolean fdf_set_value(int handle, string fieldname, string value, int isName);

传回值: 布林值

函式种类: 特殊档案格式

内容说明

本函式设定 FDF 文件指定栏位的值。参数 handle 为开档的代号。参数 fieldname 为栏位名称字串。参数 value 为欲设定的栏位值字串。参数 isName 为 0 表示为 PDF 字串,值 1 表示为 PDF 名称。

参考

FDF_get_value()  


[ 上一页 下一页 ]