Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Incorrect Number of Dimentions Returned?
#16
Example:
2-dim array, 3-columns, 2 rows
Code:
Copy      Help
----------------------------------
|  a[0 0]  |  a[1 0]  |  a[2 0]  |
----------------------------------
|  a[0 1]  |  a[1 1]  |  a[2 1]  |
----------------------------------

Your query results has 1 row, therefore a[0 1] does not exist.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)