I'm sending messages to an external program and it returns text strings that contains misc text.
Some of the text may be in the format of
lnln where l is a letter a-h and n is a number 1-8
other times it may not even contain the lnln text but text messages to many to list so what I need to know is how to get the lnln out of the returned data if it contains this otherwise I will just display the text data it has
Some of the text may be in the format of
lnln where l is a letter a-h and n is a number 1-8
other times it may not even contain the lnln text but text messages to many to list so what I need to know is how to get the lnln out of the returned data if it contains this otherwise I will just display the text data it has