im making a login UDF that makes u login befor you start the script but i cant figure out how to get the password from the ini file im using. heres my code: #include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <Crypt.au3> #include <Array.au3> Global $a=IniReadSectionNames("accounts.ini") Global $newuserinput = GUICtrlCreateInput("", 8, 40, 185, 21) Global $newupassinput = GUICtrlCr