Subject Help with array type fields
Author Geno
Hello:

I am having a problem understanding array type fields. What I want
to do is define an array of 10 integers. I then want to use these
integers as lookup keys to support files. I use Interbase Workbench
to define a field as integer then specify that it is an array of 10.
When I view the table using IBConsole or Interbase WorkBench, the
field appears as array[1..10] integer, however, that's as far as I
can get. When I try to access it on a form it appears to be a single
(non array) integer. I have no idea how to access the different
elements of the array.

Can anyone assist?

Thanks