Click or drag to resize

KM_InterpreterInterpret(String, Int32, Int32, Int32) Method

Interpret a File with the functionality to only interpret a portion of the file (useful for resuming execution after a program stoppage)

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public int Interpret(
	string fname,
	int start,
	int end,
	int restart
)

Parameters

fname  String
Full path of the file to interpret
start  Int32
first line to execute
end  Int32
Last line to execute
restart  Int32
Reinitializes Interpreter Settings

Return Value

Int32
Error Code
See Also