Click or drag to resize

ScriptSetScriptCodeFromLines Method

Developed by SO-SOFT
Set script code from lines

Namespace: scbscript
Assembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
C#
public int SetScriptCodeFromLines(
	string filePath,
	List<string> lines
)

Parameters

filePath  String
A script code file path
lines  ListString
The code lines

Return Value

Int32
Returns error count
Remarks
This sets the script code from string lines.
See Also