WriteProfileString( )
| Action: | Copies
a string to an initialization file. |
||||
| Syntax: | WriteProfileString
("file name", "section",
"key", "string") |
||||
| Parameters: |
File
name
Section
Key
String
|
||||
| Remarks: |
This
function is provided for compatibility with 16-bit Windows-based
applications. Win32-based applications store initialization information in
the registry. |
||||
| Returns: |
|
||||
| See Also: |
ReadProfileString(
), ReadLine(
), WriteLine( ) |
||||
| Example: |
$IniFile=substr('%WINDIR%',1,2)+'\SMS.INI' |