SetAltFile Function (String, Logic) | |
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION SetAltFile(
cFileName AS STRING,
lAdditive AS LOGIC
) AS STRING
public static string SetAltFile(
string cFileName,
[DefaultParameterValueAttribute(false, 0)] bool lAdditive
)
Request Example
View SourceParameters
- cFileName
- Type: String
- lAdditive
- Type: Logic
Return Value
Type:
StringSee Also