I've just discovered the 'const' message function for the array - in which you can specify a single value to be written to an entire array.
Is there any way to use this function but only within a limited range of an array? For example, I would like to assign the value of 7 to index 5-26.
is this possible?