Topic: Add Line Numbers to Data Inside a Array Q. How to parse  string data at @LF. @CR, or CRLF & format into numbered lines stored inside an array using regular expressions. Case Scenario: Data is stored on a server or otherwise remotely and needs to be read and processed internally within the application without creating temp files for the data to be outputted to. Accepted Answers: @guinness  #include <Array.au3> Local $sData = BinaryToString(_Data()) Local $aSRE = StringRegE