April 17th, 2000, 06:30 AM
I am using WritePrivateProfileString to store some character data.Now if the string to be stored contains Line Feed (Chr$(10)) character then WritePrivateProfileString terminates the string and stores characters upto chr$(10) in the ini file.Is there any way of storing line feed characters in an ini file using WritePrivateProfileString