Navigation:  Reference > Functions >

ConvertDFMtoTXT()

Print this Topic Previous pageReturn to chapter overviewNext page

 

DFM_TO_TXT(1,2)

 

PURPOSE

This function will convert a standard form file (DFM) to a text file that can be manipulated with a text editor.

 

PARTS

 

1 f/c/eRequired - The form file name, must include full path.  The extension is automatically set to .DFM.

 

2 f/c/eRequired - The text file name, must include full path and extension.  If no extension is specified it is set to .TXT.

 

RETURN TYPE - L

If the conversion operation is successful the function will return .T., if not, .F..

 

COMMENTS

You can convert from text to DFM by using the TXT_TO_DFM() function.

 


Page url: http://www.cassoftware.com/tas/manual/convertdfmtotxt().htm