how can I ensure that, regardless of array size, the array is always populated as follows:
with the "1"'s around the edges, and the "0"'s filling the rest ?
If I understand correctly...
Array For each XY element
....System:Compare two values
Array.CurX=0|Array.CurY=0|Array.CurX=Array.Width-1|Array.CurY=Array.Height-1
=1[/code:yaw5a9i8]
Action.....Array set value at XY ...[b]X[/b](Array.CurX);[b]Y[/b](Array.CurY);[b]Value[/b](1)