Getting Compiler Error, where to correct in the below sysntax
linesArray.
Select(Function(line, index) New With {Key .Line = line, Key .Index = index + 1}).
Where(Function(x) Arr_FilterRec.Contains(x.Index)).
Select(Function(x) x.Index.ToString() & ". " & x.Line).
ToArray()
Sequence2.xaml: BC30512: Option Strict On disallows implicit conversions from ‘Integer’ to ‘String’. The selected value is incompatible with the property type.