Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26547
    LTT
    Participant

    list.Insert( Index, obj );
    ▲ Incorrect value assignment to Index causes silent crash.

    o = editor.CsvList;
    o.Insert(o.Count + 1, o.Item(1));
    editor.CsvList = o;
    o.Insert(o.Count + 2, o.Item(1));
    editor.CsvList = o;

    The 2nd line is OK.
    The 4th line will crash.

    #26574
    Yutaka Emura
    Keymaster

    This bug will be fixed on beta 2 (19.5.92).
    Thank you!

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