Gentee Programming Language > Documentation > Libraries Download documentation

ini.sections

Get the list of sections. All sections will be written into an array of strings.
 
arr ini.sections(
      arr   ret of str
)

Parameters

ret of strThe array of strings the names of sections will be written to.

Return value

The function returns the parameter ret.

See also

    Working with INI files


 Copyright © 2004-2006 Gentee Inc. All rights reserved.