Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- March 12, 2009 at 5:55 am #7055oTnThMember
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);March 13, 2009 at 5:12 am #7062Yutaka EmuraKeymasteroTnTh 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!
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.