Renamer: index formatted as num

In the Renamer context, if the variable index exceeds 999, it will be formatted as num and will have the type str.

This will confuse As when it's asked to convert ìndex to int.

{=index + "_" + (index as int) + "_" + TypeOf(index)=}

Unsurprisingly, all other mathematical functions as well :wink:

Fixed in the next update.

1 Like