Advertisement
believe_me

Untitled

May 17th, 2022
1,391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if isRequiredSubscriber(SourceFile, TelephoneNumberArray,
  2.                         SurnameArray, NameArray, PatromynicArray, CityArray, RequiredSubscriber) then
  3.               begin
  4.                   IsExist := true;
  5.                   SameSubscriberIndex := Number;
  6.               end;
  7.  
  8. if isExist(RequiredSubscriber, SameSubscriberIndex)
  9.         and (not(SubscriberIndex = SameSubscriberIndex)) then
  10.         SubscriberExistsLabel.Visible := true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement