Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Incorrect Number of Dimentions Returned?
#11
Macro Macro1369
Code:
Copy      Help
ARRAY(str) MGMT.create(6 1) ;;6 columns, 1 row
out MGMT.ndim ;;2
out MGMT.len(1) ;;6 columns in dimension 1
out MGMT.len(2) ;;1 row in dimension 2

MGMT[0 0]="test" ;;first column, first row
out MGMT[0 0]
out MGMT[0 1] ;;error invalid index because there is only 1 row (index 0)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)