点击或拖拽改变大小

Functions.SetTextFile 方法

X#
Open/Close the file to which TEXT .. ENDTEXT values are written

命名空间:  XSharp.VFP
程序集:  XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法
 FUNCTION SetTextFile(
	cFile AS STRING
) AS LOGIC
查看代码

参数

cFile
类型:String
Name of the file to create. When this name is NULL or Empty then the file will be closed when it is open

返回值

类型:Boolean
TRUE when the file was succesfully opened / closed.
备注
The file handle for the file will be stored in the _TEXT system variable.
参见