Skip to Content
0
Former Member
Apr 15, 2014 at 04:13 PM

how to get all data in a section from profile file?

142 Views

Suppose I have profile ini have a section like:

[Mysection]

k1 =v1

k2=v2

....

the key-value pair could be dynamically in this section. then I want to get all data in Mysection. How can I get it in a loop for all in powerscript?