sim.textEditorClose

Closes a text edition window previously opened with sim.textEditorOpen

Synopsis

string text, list pos, list size = sim.textEditorClose(int handle) string text, int[2] pos, int[2] size = sim.textEditorClose(int handle)

Arguments

  • handle: handle of the text editor window

Return values

  • text: text of the editor
  • pos: size of the editor
  • size: absolute position the editor