Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 87561

Re: button to associate the array volar

$
0
0

It's not clear to me what you want to do. You are not using an array correctly though, and should be using an object instead, like this:

 

var cod = {};

cod ["AL1"] = ["Text1", 123, 45];

cod ["AL2"] = ["Text2", 345, 89];

cod ["AL3"] = ["Text3" 987, 143];

cod ["AL4"] = ["Text4", 098, 765];

cod ["AL5"] = ["Text5", 988, 89];

 

 

If you can provide more information, I'll try to help. You say you want to enter the values of the array (e.g., ["Text1", 123, 45]) into a text box, but you need to explain how you would like that done.


Viewing all articles
Browse latest Browse all 87561

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>