---
title: "$Decrement"
---
Returns a string that contains the result of decrementing a value.
$Decrement(value, [amount])
Name | Description |
---|---|
☆ value | The value to decrement. |
amount | The amount that will be subtracted from the value. If not specified, 1 is used. |