IMsFormulaTransform.TermToSlice

Syntax

TermToSlice(Term: String; Var Lag: String): IMsFormulaTransformSlice;

Parameters

Term. Term internal view.

Lag. Variable, to which lag value for the term is returned.

Description

The TermToSlice method performs transformation and returns the variable slice, to which the term, the inner view of which is passed on the Term parameter, refers.

NOTE. The method is outdated, use the CreateTermInfo method instead.

See also:

IMsFormulaTransform