Syntax
| ReadIni$(section$,item$[,filename$][,default$])
| ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Returns a String containing the specified item from an ini file.
| ||||||||||
See Also
| |||||||||||
Example
| Sub Main
Debug.Print ReadIni(“Editor”,”Name”)
‘displays the font used for the CCL/32 IDE.
End Sub
|