
Originally Posted by
p45cal
try:
FieldInfo:=Array(Array(0, 1), Array(33, 1), Array(57, 1))
you might need to fine tune the numbers a bit.
The first number in each pair is the zero-based position of the start of the column, and they need to be ascending. The second number of each pair is the data type/format (General in this case).