array

how to control if some letters are contained in one string?
example:

Array[1] := 'a';
Array[2] := 'r';
Array[3] := 'h';

for i := 1 to LengthSrnm do
if not LastName = Array.........

thanks!

Best Answer

Answers

Sign In or Register to comment.