Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multi dim arrays
#6
Creating new file is more difficult. Open empty file in Excel and use code like this to populate it.

Code:
Copy      Help
ARRAY(str) a="one[]two"
ExcelSheet es.Init
int i
for i 0 a.len
,es.SetCell(a[i] 1 i+1)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)