Query the destination format.
Type & position: | command, preamble & main part |
Syntax: | !ifdest [<abbreviations>] |
Description: | Dieses Kommando fragt das aktuelle Ausgabeformat ab. Stimmt
mit dem Kürzel des Ausgabeformates überein, so werden alle Zeilen umgewandelt, die zwischen !ifdest und !else bzw. !endif angegeben werden. Stimmt das Kürzel nicht überein, so werden nur die Zeilen zwischen !else und !endif ausgewertet, sofern !else benutzt wird. Das Beispiel zeigt, wie Sie testen können, ob die Quelldatei ins ST-Guide- oder WinHelp-Format umgewandelt wird. |
Description: | This command tests the current destination format. If one of
the matches the abbreviation of the destination format UDO will convert all lines between !ifdest and !else or !endif. If not UDO will only convert the lines between !else and !endif if !else is used. The example shows how to test if UDO converts to ST-Guide or Windows Help. |
Example: | !ifdest [stg,win] |
Exists since: | Release 4 Version 0.41 |
See also: | !else, !endif, !ifndest, !if, Query commands |