Multi sort arrays?

J

jodleren

Hi

I have 3 arrays, which I'd like to sort - say ('cat, dog), (red,
green)
In PHP it is array_multisort

Does ASP have anything like that?

WBR
Sonnich
 
B

Bob Barrows

jodleren said:
Hi

I have 3 arrays, which I'd like to sort - say ('cat, dog), (red,
green)
In PHP it is array_multisort

Does ASP have anything like that?
A more relevant question is: does vbscript or jscript have anything like
that? Remember, ASP is not a language: it is a "platform" which supports
several scriptiing languages.

The answer:
vbscript has nothing like that. Googling "vbscript sort array" will bring up
several solutions, including using an ad hoc recordset object.

jscript arrays do have a sort method builtin, so you might want to
investigate using that (google it) - remember, you can use jscript in
server-side code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top