Scripting Integrator - Online Help
Scripting Integrator
Questions / Feedback?

AddFunction Method

Adds a custom function.

Syntax

[VB.NET]
Public Sub AddFunction(ByVal Name As String)
[C#]
public void AddFunction(string name);

Remarks

This method adds a custom function. Custom functions must be added before calling Eval or EvalFile. During execution the Function event will fire, providing an opportunity to calculate and supply a return value.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0