Gentee Programming Language > Documentation > Libraries Download documentation

dbf.fw_int

Write a value of the int type into the specified field of the current record.
 
uint dbf.fw_int(
      int   ival,
      uint   num
)

Parameters

ivalThe number being written.
numField number beginning with 1.

Return value

If error occurs, function returns 0.

See also

    Working with DBF files


 Copyright © 2004-2006 Gentee Inc. All rights reserved.