Qoo := QQ() msgbox, %Qoo% QQ(){ tmp_H := -1 tmp_M := -2 tmp_S := -3 Get_T := A_Now EnvAdd, Get_T, %tmp_H%, H EnvAdd, Get_T, %tmp_M%, M EnvAdd, Get_T, %tmp_S%, S FormatTime, Get_T,%Get_T%, yyyy/MM/dd HH:mm:ss return Get_T }