Expand Minimize
This topic has not yet been rated - Rate this topic

NOTE Command

Indicates the beginning of a nonexecuting comment line in a program file.


NOTE [Comments]

Parameters

Comments

Specifies the comment.

Place a semicolon (;) at the end of each comment line that continues on a following line.

NOTE  Initialize the page number;
   variable.
STORE 1 to gnPageNum
* Set up the loop
DO WHILE gnPageNum <= 25  && loop 25 times
   gnPageNum = gnPageNum + 1
ENDDO  && DO WHILE gnPageNum <= 25
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.