Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Working with array
#1
Not Solved
i created following code to split with delimetre "," now i want to store output in an array please help how to do

Code:
Dim out, svar
svar = "1,a;2,b;3,c;4,d;5,e"
out = split(svar,",")
For each i in out
    print i
Next
Reply


Messages In This Thread
Working with array - by excellentpawan - 06-30-2013, 03:57 PM
RE: Working with array - by supputuri - 06-30-2013, 04:36 PM
RE: Working with array - by excellentpawan - 06-30-2013, 07:12 PM
RE: Working with array - by Ankur - 06-30-2013, 10:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to convert a single dimension array to two dimensional array venkatesh9032 3 5,530 02-10-2014, 03:07 PM
Last Post: pranikgarg
  Adding array to another Global array in VB Script test911 1 3,174 12-02-2012, 12:40 PM
Last Post: parminderdhiman84

Forum Jump:


Users browsing this thread: 2 Guest(s)