|
Previous Top Next |
| Prototype: | (STRING Sector,STRING Name),STRING |
| Sector | Name of sector in INI file |
| Name | Entry name in INI file |
| Returns | String 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.