Search the Community
Showing results for tags 'IniReadSectionNames'.
-
Hi Seams IniReadSectionNames does not show all Sections names (First one is missing ... [Site Information]) My code Local $aSections=IniReadSectionNames($ThisIni) $ThisIni : [Site Information] Equipment ID:=539456593 Customer Name:=CH Address: =- City State:=Town...
-
The path are cutted! maybe double [] in the path generated the error. Example: [I:\aaa\cc\aa vv vv vv (dd).txt] name=aa vv vv vv (dd).txt [I:\ffff\ffff\ffff ffff ffff ffff [ffff]\ffff\ffff.txt] name=ffff.txt $ini = IniReadSectionNames(@ScriptDir&"\my.ini") _ArrayDisplay($ini) for $x =...
-
HI friends, I would order this array, starting from the name of the last folder. My situation... My file ini [C:\program\room\p\file.exe] [E:\program\room\a\file.exe] [D:\program\room\m\file.exe] Goal.... sort by last folder! a-m-p Any Idea, THX $ini = @Scrip...
-
Hello once again! First of all I must say I'm not sure if I posted this in the correct forum, as this contains a GUI and such, but the problem ain't relevant with the GUI. I've encountered a little problem with the IniReadSectionNames-function. I'm making a script w/ a GUI which helps you creat...
-
I am trying to pull information from different files. They will all be grouped together by name. In treeview I would have Last Name << This labels would be the actual name. -First Name -Address -Phone Number I currently have the above information saved into 4 different ini files. I...