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.
Bookmarks