Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21047
    Stefan
    Participant

    Issue 1:
     
    I think I found an mistake in the help:

    EmEditor Home – EmEditor Help – EmEditor Macro Reference – Editor Object
    ExecuteCommandByID Method
    [VBScript]
    strName = editor.ExecuteCommandByID nID
     
    Should be
    editor.ExecuteCommandByID nID
    -OR at least-
    strName = editor.ExecuteCommandByID(nID)

     
    Hope I am not mistaken?

    #21048
    Yutaka Emura
    Keymaster

    It should be:

    editor.ExecuteCommandByID nID

    I will fix this documentation.

    Thank you!

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