Click or drag to resize

CoreDb.FilePut Method

X#
Export field contents from Memo field to file

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD FilePut(
	nPos AS DWORD,
	cFile AS STRING
) AS LOGIC
Request Example View Source

Parameters

nPos
Type: DWord
The 1 based position of the field in the database file structure for the current work area.
cFile
Type: String
The name of the file to write

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
Tip Tip
VoDbFilePut() and CoreDb.FilePut() are aliases
See Also