Quote Originally Posted by retepsnikrep View Post
Can you make it start at a different point, say array index [10] without overwriting anything in the [0]-[9] positions?
As long as the offset into the array is always the same, you can just use STR MyArray[10]\10 and it will start adding data at that position without affecting data before or after that range.
The offset must be a constant. Variables will not work inside the brackets.

And the smallest code of the previous examples is either ! or NOT, which both compile to the exact same code.