Text EN Version 1.90

NOTEHANDLE

Description

A NOTEHANDLE uniquely identifies a document.
It is used to address a field in a document, an entire document, or a variable group in a processing.

Addressing a field in an Engine Script or Import Script program:

Test[noteh1]:="Test Text";
(Writes a field Test to the document with the NOTEHANDLE noteh1).

x:=Form[noteh1];
(Assigns the local variable x the content of the field Form from the document with the NOTEHANDLE noteh1.)

See:
@OpenNoteByPosition
@openNoteByID
@OpenDesignNote
@CreateNote
@CopyNote
@UpdateNote
@CloseNote

Note : This text was machine-translated and may contain inaccuracies.