Vanilla_Fury

Del test

Mar 11th, 2021
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. For i := 0 to High(StrIn) do
  2. Begin
  3. Ch := StrIn[i];
  4. ChStart := Ch;
  5.  
  6. Changed := 0;
  7. For Ch1 := 'A' to 'Z' do
  8. Begin
  9. Ch := StringReplace(Ch, Ch1, chr(ord(ch1) + 32), []);
  10. Changed := AnsiCompareStr(Ch, ChStart) mod 31;
  11.  
  12. ...
  13.  
Advertisement
Add Comment
Please, Sign In to add comment