answersLogoWhite

0


Best Answer

dnl stands for delete to new line, you can use dnl to introduce comments; it works the same way as # in a shell script.

"A Practical Guide to Fedora and Red Hat Enterprise Linux Fift EditionChapter 20 p. 678"

The dnl command stands for delete to new line, it instructs the complier to ignore anything on a line following the dnl: It is used to set of comments.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does dnl stand for in the m4 macro language What are dnl commands used for?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

How do you create macro?

You can create a macro (macro: An action or a set of actions that you can use to automate tasks. Macros are recorded in the Visual Basic for Applications programming language.) by using the macro recorder to record a sequence of actions, or you can create a macro from scratch by entering Visual Basic for Applications (Visual Basic for Applications (VBA): A macro-language version of Microsoft Visual Basic that is used to program Microsoft Windows-based applications and is included with several Microsoft programs.) code in the Visual Basic Editor (Visual Basic Editor: An environment in which you write new and edit existing Visual Basic for Applications code and procedures. The Visual Basic Editor contains a complete debugging toolset for finding syntax, run-time, and logic problems in your code.).You can also use both methods. You can record some steps and then enhance them with additional code.By recording stepsOn the Tools menu, point to Macro, and then click Record New Macro.In the Macro name box, type a name for the macro.In the Store macro in box, click the template (template: A file or files that contain the structure and tools for shaping such elements as the style and page layout of finished files. For example, Word templates can shape a single document, and FrontPage templates can shape an entire Web site.) or document in which you want to store the macro.In the Description box, type a description for the macro.If you don't want to assign the macro to a toolbar (toolbar: A bar with buttons and options that you use to carry out commands. To display a toolbar, press ALT and then SHIFT+F10.), a menu (menu: A list of commands that is displayed when you click a menu name on a menu bar or other toolbar.), or shortcut keys (shortcut key: A function key or key combination, such as F5 or CTRL+A, that you use to carry out a menu command. In contrast, an access key is a key combination, such as ALT+F, that moves the focus to a menu, command, or control.), click OK to begin recording the macro.To assign the macro to a toolbar or menu, click Toolbars, and then click the Commands tab. In the Commands box, click the macro you are recording, and drag it to the toolbar or menu you want to assign it to. Click Close to begin recording the macro.To assign the macro to shortcut keys, click Keyboard. In the Commands box, click the macro you are recording. In the Press new shortcut key box, type the key sequence, and then click Assign. Click Close to begin recording the macro.Perform the actions you want to include in your macro.When you record a macro, you can use the mouse to click commands and options, but not to select text. You must use the keyboard to record these actions. For example, you can use F8 to select text and press END to move the cursor to the end of the line.To stop recording your macro, click Stop Recording.By using Visual Basic for ApplicationsOn the Tools menu, point to Macro, and then click Macros.In the Macros in list, click the template (template: A file or files that contain the structure and tools for shaping such elements as the style and page layout of finished files. For example, Word templates can shape a single document, and FrontPage templates can shape an entire Web site.) or document in which you want to store the macro.In the Macro name box, type a name for the macro.Click Create to open the Visual Basic Editor.Note If you give a new macro the same name as an existing built-in command in Microsoft Word, the new macro actions will replace the existing actions. To view a list of built-in macros in Word, point to Macro on the Tools menu, and then click Macros. In the Macros in list, click Word Commands.


What is a macro recorder used for?

When attempting to do repetitive or simple tasks on a computer, often times a macro can be used to automate the process. Macros are sets of scripted instructions to the computer to perform actions, such as typing in a phrase, clicking the mouse at a certain point, or opening a program. Macros can be built by writing the script manually, or by using a macro recorder, which monitors the user's actions and tries to build a script that replicates those actions.


What are macros used for?

Macros can be used for a number of things. They can be used to create documents and other essential functions in a document easily. Macros are used for management and evaluation of spreadsheets.


What does WAR stand for in computer language?

In computer software engineering, WAR stands Web application Archive. It is used in conjunction with several Java related pages and servlets developed by Sun Microsystems.


What does the acronym IDL stand for in programming?

In programming the acronym IDL means Interactive Data Language. An IDL is most commonly used to refer to data collection processes, when large amounts of data have to be collected.

Related questions

What is the Kabye language in Lome Togo stand for?

It's a language. It doesn't stand for anything. It's used to communicate.


What are data retrieval language commands?

Data retrieval language commands are used to retrieve specific data from databases. Common commands include SELECT (to retrieve data), WHERE (to set conditions for the retrieval), ORDER BY (to sort the retrieved data), and JOIN (to combine data from multiple tables).


Bar used to indicate whether a user wants to speak commands or dictate text?

Language Bar


What is used to transfer data and instruction by using spoken language?

Speech recognition technology is used to transfer data and instructions by converting spoken language into text or commands that can be understood by computers or devices. This technology allows users to interact with devices through voice commands or dictation.


What are the main functions of Javascript?

Javascript can be used on a variety of platforms which require simple computer commands but not a full programming language. Javascript can be used as or in addition to a full fledged programming language.


What is the programming language DBCC used for?

DBCC stands for Database Console Commands. DBCC is part of the Transact-SQL programming language and is used to troubleshoot and maintain Microsoft SQL servers.


What is a macro and where is it used?

A macro is used in the C programming language, and it's something that the C preprocessor reads before reading the actual code. Here's an example: #define foo(x) x = 5; Now, if you type this: foo(myVariable), then myVariable would be five.


What is the Java grammar?

"Java grammar" is the way of writing a program with correct syntax of various commands used in java language.


What does HTML stand for as used in emails?

hyper text marketing language


How do you use macro molecule in a sentence?

macro molecule can be best used as such. macro molecule is very useful in our daily lives.


How you use macro molecule in a sentence?

macro molecule can be best used as such. macro molecule is very useful in our daily lives.


What is the select element?

To retrieve or modify data in the database query are used. There are four types of commands in SQL. Select command is data retrieval language command and is used to retrieve data from a database.In database there Four types of languages which contains various commands. Select command is the only command that is used for retrieval of data.