How do I split a line of text (e.g., Hello there*3) into an array? Everything before the * needs to be added to the first element and everything after the * needs to be added to second. I’m sure this is possible. I need to recall this later on and the first and second items must have relation to each other
I’m using Delphi 7.
or, if you aren’t into magic,
If you, for some utterly strange and slightly bizarre reason, need a procedure and not a function, then do