_TextSave Function | |
This function is used by the TEXT TO FILE UDC
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION _TextSave(
cFile AS STRING
) AS VOID
public static void _TextSave(
string cFile
)
Request Example
View SourceParameters
- cFile
- Type: String
FileName specified in the TEXT TO FILE UDC
See Also