I'm trying to make a GUI with a dinamic menu, from an ini file. The structure of the ini is something like this: [Menu1] Submenu11=cmd11 Submenu12=cmd12 [Menu2] Submenu21=cmd21 [Menu3] Submeniu31=cmd31 Submeniu32=cmd32 Submeniu33=cmd33 [Menu4] Submenu41=cmd41 Submenu42=cmd42 The problem is that I can not get the values. I have read a post (http://www.autoitscript.com/forum/index.php?showtopic=106850&view=findpost&p=753987) from PsaltyDS, but I'm stucked... The code