EN 776 documents

Engine Help: U

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

10 documents found

@Unavailable

Function Version 1.90

Deletes a variable in a document or a VARGROUP by returning the value UV Unavailable when it is used as the right-hand value of an assignment.

@Undefine

Function Version 4.50

Deletes a defined "term" that can be used for conditional compilation. In contrast to the keyword UNDEFINE, @Undefine takes effect at runtime, and only if this @Undefine is executed. TEXT1 must not contain spaces (" ") o …

@UNIDList

Function Version 2.10

Returns a variable of type UNIDLIST with 0 elements.

@Unique

Function Version 1.90

Eliminates duplicate entries from TEXTLIST/FLOATLIST/IDLIST TEXTLIST1/FLOATLIST1/IDLIST1 and returns this cleaned-up list. For TEXT/FLOAT TEXT1/FLOAT1, this value is returned unchanged. For IDLIST, the list must first be …

@UniqueEven

Function Version 4.60

Eliminates entries in TEXTLIST TEXTLIST1 that occur an odd number of times and returns this cleaned-up list. The TEXTLIST TEXTLIST1 must first have been sorted with @SortList. For TEXT TEXT1, a NULLTEXTLIST is returned.

@UniqueUnEven

Function Version 4.60

Eliminates entries in TEXTLIST TEXTLIST1 that occur an even number of times and returns this cleaned-up list. The TEXTLIST TEXTLIST1 must first have been sorted with @SortList. For TEXT TEXT1, this value is returned unch …

@UpdateNote

Function Version 1.90

Updates the document identified by NOTEHANDLE NOTEHANDLE1 and returns the NOTEHANDLE. FN MODE2 can be used to specify more detailed behavior. MODE2: 0 = Do not save changes. 1 = Save changes. 2 = Save changes without cha …

@UpdateView

Function Version 1.90

Updates the view identified by VIEWHANDLE VIEWHANDLE1 and returns VIEWHANDLE1.

@UpperCase

Function Version 1.90

Returns TEXT/TEXTLIST TEXT1/TEXTLIST1 in uppercase. Beipiel: @UpperCase(TEXT1) TEXT1:="HeLLo woRLd !!!"; @UpperCase(TEXT1); returns "HELLO WORLD !!!"

UID

Text Version 1.90

A UID is a number for a document that identifies it once in the universe, independently of the database. Different versions are not distinguished. Note : This text was machine-translated and may contain inaccuracies.