Is there a simple way to only retrieve the info on a new line in a string? Example:
Some kind of info
Message from somewhere
ref code
Only need to get the second line, so "Message from somewhere"
have done it so have with a mix of substring_index, substring and instr but guessing they must a much easier way for it to be done???? Thanks