public override void Compile(CompilerBase state) { mRow.Compile(state); mCol.Compile(state); Value.Compile(state); state.InsertARRAYWRITE(Name); }