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?
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?