There's a couple ways that you can get the last line of the string. If it's in the array, then it's simply a matter of using the Index Array function to get the last element. Use the Array Size, subtract 1 from it and use that as the index value. To work with the raw string, you could use the Reverse String and get the first x number of characters using String Subset. If the time stamp is always the same length, this should work fine. Do another Reverse String to have the time stamp read correctly. If the time stamp is not a constant length, you could use Match Pattern on the reversed string. Use a carriage return, line feed, or whatever is the line terminator, as the regular expression. The before substring output should be the last line. You would ag
ain have to reverse it to get it to read correctly. See the attached example (LV 6.1)