Query the destination format.
Type & position: | command, preamble & main part |
Syntax: | !ifndest [<abbreviations>] |
Description: | Dieses Kommando fragt das aktuelle Ausgabeformat ab. Stimmt
nicht mit dem Kürzel des Ausgabeformates überein, so werden alle Zeilen umgewandelt, die zwischen !ifndest und !else bzw. !endif angegeben werden. Stimmt das Kürzel überein, so werden nur die Zeilen zwischen !else und !endif ausgewertet, sofern !else benutzt wird. |
Description: | This command tests the current destination format. If
none of the match the abbreviation of the destination format UDO will convert all lines between !ifdest and !else or !endif. If one matches them UDO will only convert the lines between !else and !endif if !else is used. The example shows how to test if UDO doesn't convert to HTML. |
Example: | !ifndest [html] |
Exists since: | Release 4 Version 0.47 |
See also: | !else, !endif, !ifdest, Query commands |