Click or drag to resize

IMemo.PutValueFile Method

X#
Read (Import) a value from an external file and write it to the specified column.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
FUNCTION PutValueFile(
	nFldPos AS LONG,
	fileName AS STRING
) AS LOGIC
Request Example View Source

Parameters

nFldPos
Type: Long
1 based column number for which the value should be written.
fileName
Type: String
Name of the file that needs to be read from.

Return Value

Type: Logic
See Also