Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Adding Value to Variable

    Good afternoon,

    How do you add value (1 for example) to all values in a specific variable.

    Best,
    Tess

  • #2
    Code:
    replace whatever = whatever + 1

    Comment

    Working...
    X