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/e | Required - The form file name, must include full path. The extension is automatically set to .DFM. |
2 f/c/e | Required - 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