putBytes Method
Purpose:
Writes bytes for a given column name or index
Syntax:
.putBytes(index,array)
.putFloat(columname,array)
Comments:
if index is numeric , the column for that given index is used. If columname is string, the colum name is used.
Example: