#7062
Yutaka Emura
Keymaster

oTnTh wrote:
GetProfileString with eeRegEmEditorUsers argument doesn’t work when use portable version, here is my test:

m = ‘oTnTh’;
editor.WriteProfileString(eeRegEmEditorUsers, ‘OtNtH.PingFM’, ‘UserAppKey’, m);
n = editor.GetProfileString(eeRegEmEditorUsers, ‘OtNtH.PingFM’, ‘UserAppKey’, ”);
alert(m == n);

Yes, you are right. It will be fixed in the next version. Thanks!