How to write a vb script for reverse of an array(reversing an array)?
|
vb script for reverse of an array?
|
|
below is the snippet which will give you the basic idea.
Code: a = Array("a","b","c")
Thanks,
SUpputuri
Hi,
Here is one more method: Code: Sub Reverse( ByRef myArray )Try this... |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| How to convert a single dimension array to two dimensional array | venkatesh9032 | 3 | 6,291 |
02-10-2014, 03:07 PM Last Post: pranikgarg |
|
| Adding array to another Global array in VB Script | test911 | 1 | 3,490 |
12-02-2012, 12:40 PM Last Post: parminderdhiman84 |
|
Users browsing this thread: 1 Guest(s)

