I need to know if all characters in a string are equal (formed by the same character). the function must return true or false depending if all the elements of the string ar
From what i understood from your code
Result:= False;
":=" is used to assign value to a variable. how do you compare 2 values in delphi?