#Mod .INI's w/WriteProf..
16-Oct-91 18:26:53
Sb: #3031-#Mod .INI's w/WriteProf..
Fm: Don Funk 76701,155
To: Brightwork Development 75300,1415
Hi Tom,
WriteProfileString will not add another instance of a keyname such as:
DEVICE=mydevice
DEVICE=yourdevice
To accomplish this, you will need to do the ol'
Open filename For Input #1
Open filename For Output as #2
'
read from one
write to two
delete one
rename two to one
Close
Evidently Windows does this when it need to the same…
Don Funk
There is 1 Reply.