Hi Guys I have the following code, I want it to go to s specific point in the array and return 4 letters either side of that point in arraydisplay. #include <GUIConstantsEx.au3> #include <Array.au3> Local $setstart,$setstartadjuster,$thestart Local $1st[10] Local $layoutarray[26] = ["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"] HotKeySet("{ESC}", "killit") Opt("GUIOnEventMode", 1) GUICreate("Template", 260, 150) GUISe