INC
The INC command will increment a variable by a specified Value or by a default of 1. Both integer and real variables can be incremented by either an integer or real value, in addition to array and data type elements.

SYNTAX
INC Variable, Value

RELATED INFO
CORE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example