====== IniRead ====== IniRead
[] Read the value from given configuration file. **Parameters** |< 100% 15% >| |var|Name of the variable that will receive the value.| |ini|Name of the ini-file. May contain variables and environment variables.| |section|Section name in the ini-file.| |key|Key name in the ini-file.| |default value|Text that will be written to the variable, if key is absent in the file. If omitted, empty value will be written.| **Switches** None. **Related** [[IniDelete]], [[IniWrite]]