OK, so here is what i mean since i couldnt think of a better title, I have 2 editbox's. 1 is for input of a string and the other is for the output.
ive been experimenting with edit2.text := LowerCase (edit1.text); & edit2.text := ReverseString (edit1.text);
i want to use the functions LowerCase & ReverseString at the same time so it both converts the capitals string to lowercase and reverses it also.. i just cant figure out how to do this without throwing all kinds of compiler errors, can anyone help me out
&as anything except a way to provide a shortcut to a button or menu item in theCaptionin Delphi. There's only one way to use it as an operator, and chances of you needing that one way are small. The equivalent of VB's&operator in Delphi isandfor binary and logical comparisons and+for string concatenation (Result := 'abc' +def';`.