HPlogo Using NS 3000/iX Network Services: HP 3000 MPE/iX Computer Systems > Chapter 8 NetCI

INC Statement

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The INC statement increases the value of a variable by one.

Syntax

INC variable

Parameters

variable

Specifies the variable to which the value is assigned. This variable must begin with an alpha character.

Discussion

If the value of the variable is 32,767, an error message will display.

Example

     %/LOG LOGFILE2
%/LET V=1
%/WHILE V <2
%SHOWJOB
%/INC V
%/ENDWHILE
%/LOGRESET
Feedback to webmaster