Gentee Programming Language > Documentation > Libraries Download documentation

ini.setvalue

Write the value of an entry.
 
ini.setvalue(
      str   section,
      str   key,
      str   value
)

Parameters

sectionSection name.
keyKey name.
valueThe value of the entry being written.

See also

    Working with INI files


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