Something like this? I would have finished this sooner but I found it to be an interesting concept and wanted to make it more functional, allowing you to scroll through all the lines. A snippit I will store in my saved functions folder #include <GUIConstants.au3> #include <WinAPI.au3> #include <Array.au3> Global $hMain = GUICreate("Multiline", 420, 175) Global $lblDisplay = GUICtrlCreateLabel("", 10, 10, 380, 130) Global $btnUpateLabel =