PxConfigNextSection

PxConfigNextSection — moves to the next configuration file section.

Syntax

PxConfigNextSection ()

		

Arguments

none

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.

Example

See the example for PxConfigNextString.

See Also

In Photon documentation: PxConfigNextSection.