FillMatrixColumns ( mA, column, num_columns, value )
Fills matrix columns with the given value starting at the given column
Example:
FillMatrixColumns (
0
,
1
,
2
,
5
)