---
title: "$Increment"
---
Returns a string that contains the result of incrementing a value.
$Increment(value, [amount])
Name | Description |
---|---|
☆ value | The value to increment. |
amount | The amount that will be added to the value. If not specified, 1 is used. |