Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - array question

Reply
 
Old 05-05-2009   #1 (permalink)
RICK


 
 

array question

Never worked much with arrays. How do you turn the following into pulling
the three items from an MS Access column?

Thanks,

<script type="text/javascript">
var caller_Element=null
var autoFill=new Array();
autoFill[0]="Item1"
autoFill[1]="Item2"
autoFill[2]="Item3"

My System SpecsSystem Spec
Old 05-05-2009   #2 (permalink)
Al Dunbar


 
 

Re: array question


"RICK" <RICK@xxxxxx> wrote in message
news:372B6B53-5BCE-4DDE-B36F-1C0680DC8EA2@xxxxxx
Quote:

> Never worked much with arrays. How do you turn the following into pulling
> the three items from an MS Access column?
>
> Thanks,
>
> <script type="text/javascript">
> var caller_Element=null
> var autoFill=new Array();
> autoFill[0]="Item1"
> autoFill[1]="Item2"
> autoFill[2]="Item3"
I'd suggest you post this in a JS or javascript newsgroup, or perhaps an
access newsgroup. this is a vbscript newsgroup.

/Al


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Fast copy method of sub array (=array range) possible? VB Script
Array Question PowerShell
Newbie question - Copying files listed in an array PowerShell
how to assign values to array and how to create array via variable PowerShell
Question about passing array to a .Net method PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46