I'm looking for something like this:
I have a string like this:
texto
texto
texto
texto
Type, with spaces before the text, and I need to get this space, and save in a variable, this using Delphi 7. Only the text is not always text, it can be 123
, it can be another word, but I need to save the size of the space, because I'll need it later.
Any suggestions? I tried pos/copy
, but to no avail.