Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7055
    oTnTh
    Member

    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);

    #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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.