Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

WRITER( [ cMmo_field[, cOut_file ]] )

Purpose

Write a memo field out to an ASCII file.

Arguments

     cMmo_field -- name of field to write

     cOut_file -- filename to write to

Setup

The currently selected table has at least one memo field.

Example

     USE CUSTOMER
     WRITER( "NOTES", "TESTOUT" )

Returns

.T. if the write succeeds, else .F.

Side Effects

A new file may be created or an old one overwritten with the contents of
the memo field specified.

Artful Calls

ASK_FOR, VERIFY, MSG

Source File

AA_WRITF.PRG

See Also: READER() READ_MEMO() SCROLLFILE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson