PxConfigNextSection
PxConfigNextSection — moves to the next configuration file section.
Syntax
PxConfigNextSection ()
Returns
The name of the next section, or nil if there is none.
Description
This function sets the next section to be the internal current
section, and returns its name. This is useful for processing
configuration file entries with unknown section names.