Deprecated makerange() without a 2nd parameter means what?

We're converting some old process models that had makerange() in them, replacing that function with enumerate(). The resulting changes work fine except in some cases where we had assumed that:

makerange(someVariable) *** Note no 2nd parameter

...would convert to...

enumerate(someVariable)

i.e. that no 2nd makerange() parameter means that we start at zero. The problems we're running into imply that no 2nd makerange() parameter actually means that we start at one.

We're unable to find any online documentation on makerange() because Appian seems to have removed it, so we have no reference that we can find.

Can someone please tell us what starting index is assumed with makerange() and no 2nd parameter?

OriginalPostID-266074

  Discussion posts and replies are publicly visible