www.icetips.com  Icetips Utilities Documentation 11/14/2010    

INI Class: Fetch

Previous  Top  Next  


Prototype: (STRING Sector,STRING Name),STRING

 

SectorName of sector in INI file
NameEntry name in INI file

 

ReturnsString with information from INI or empty string if entry does not exist

 

This method overrides the Fetch method so that it returns an empty string instead of the value of the INIUnknown constant which is defined in ABUTIL.CLW as:

 

INIUnknown          EQUATE('---Unknown---')

 

With the standard method you will have to check for INIUnknown rather than an empty string. 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/fetch_iniclass.htm