Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Key an ARRAY(str) variable content to excel cell
#1
Hi,

I need to key in the contents of a string array variable into excel.

I currently use the below, which just gives me the index numbers.

Macro Amended Orders AL - VISTA Verification
Code:
Copy      Help
key (arrOptions[i])

What am I doing wrong?

Best Regards,
Philip
Best Regards,
Philip
#2
ARRAY(str) a="one[]twio"
int i=1
key (a[i])


Forum Jump:


Users browsing this thread: 1 Guest(s)