Gentee Programming Language > Documentation > Libraries Download documentation

ini.keys

Get the list of entries in this section. All entries will be written into an array of strings.
 
arr ini.keys(
      str   section,
      arr   ret of str
)

Parameters

sectionSection name.
ret of strThe array of strings the names of entries 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.