Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if isRequiredSubscriber(SourceFile, TelephoneNumberArray,
- SurnameArray, NameArray, PatromynicArray, CityArray, RequiredSubscriber) then
- begin
- IsExist := true;
- SameSubscriberIndex := Number;
- end;
- if isExist(RequiredSubscriber, SameSubscriberIndex)
- and (not(SubscriberIndex = SameSubscriberIndex)) then
- SubscriberExistsLabel.Visible := true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement