Hello.

If I use readprofilestring to read from an ini file located on a network drive. Is there a timeout within readprofilestring? I use something like
IF readprofilestring(x:\test.ini, "Test", "Test") <> readprofilestring(d:\test.ini, "Test", "Test")
? "test"
endif

x: is located on a network drive (Novell File Server). An sometimes, the messagebox test is shown, but the 2 ini Files are the same?

Therefore, I think there could be a timeout the problem?

Using lates Kix version.

Thanks for your help.
Danny