NAF

Write user data to the NAF dataset.

Type

Dialog Language function

Format

NAF('text')
text
1- to 64-bytes of user-specified data.

Return Codes

NAF always returns 0.

Usage Notes®

  1. )OPTIONS LEVEL(1) is required for NAF.
  2. If text is less than 64 bytes long, it is padded with hex zeros; if it is longer, it is truncated without warning.

Example

The following code example cuts a NAF record when a table, TabName, is saved to the table database. The number of rows, Rows, is stored in the user record as well.

set String '&Tabname &Rows saved to TDB'
NAF('&String')