Within a macro procedure, a ________ is a line of text that is used solely for documentation
A) sub instruction
B) description
C) header
D) comment
D
Computer Science & Information Technology
You might also like to view...
Match each view to its definition:
I. Report II. Layout III. Form IV. Design V. Print Preview A. Primarily used for data entry B. Allows advanced features to be applied C. Displays a report onscreen in a continuous page layout D. Used to view a report prior to printing E. Allows form or report design to be altered while still viewing the data
Computer Science & Information Technology
Modify the prargs program to precede each argument by its number. Thus, typing
prargs a 'b c' d should give the following output: 1: a 2: b c 3: d
Computer Science & Information Technology