Gentee Programming Language > Documentation > Libraries Download documentation

dbf.fw_memo

Write a value into the specified memo field of the current record.
 
uint dbf.fw_memo(
      str   val,
      uint   num
)

Parameters

valThe string 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.