Gentee Programming Language > Documentation > Libraries Download documentation

inisetval

Write the value of an entry into an ini file.
 
uint inisetval(
      str   ininame,
      str   section,
      str   key,
      str   value
)

Parameters

ininameThe name of the ini file.
sectionSection name.
keyKey name.
valueThe value of the entry being written.

Return value

If error occurs, function returns 0.

See also

    Working with INI files


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