StrIndex function

  Classes Reference > Functional Reference >

StrIndex function

Previous pageReturn to chapter overviewNext page

Unit

DXFConv  

function StrIndex(const S: String; const Map: array of String): Integer;

Description

Returns index of string S in Map array.

Value

Meaning

Zero

String S is absent in Map array.

Non zero

Index of string S in Map array.

 

Go to CAD VCL Enterprise