Skip to content

Step: Increment Variable

  • Key: increment-variable
  • Category: Variable Manipulation
  • Description: Increment a numeric variable by a specific amount.

Inputs

  • variableName (select, required): Numeric variable name
  • amount (number): Increment amount (default 1)

Outputs

  • value (number): New value

Notes

  • Initialize variable to a number before incrementing.

Built with VitePress