# Can't set Vectors with \[a,b,c,etc...\] format?

**URL:** https://forum.kirupa.com/t/cant-set-vectors-with-a-b-c-etc-format/275521
**Category:** flash
**Created:** [November 14, 2008, 10:47pm UTC](https://forum.kirupa.com/t/cant-set-vectors-with-a-b-c-etc-format/275521 "2008-11-14T22:47:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![oldmanwinter](https://avatars.discourse-cdn.com/v4/letter/o/b38774/32.png) [@oldmanwinter](https://forum.kirupa.com/u/oldmanwinter)
#### Post date: [November 14, 2008, 10:47pm UTC](https://forum.kirupa.com/t/cant-set-vectors-with-a-b-c-etc-format/275521/1 "2008-11-14T22:47:43Z")

</div>

I’m converting some arrays in my old code to vectors, and i’m getting errors where i have my former arrays set in a " my\_NumberList=[1,54,7,2,8] " format. Am i going to have to set each individual value using a " my\_NumberList[0]=1; my\_NumberList[1]=54; … " format? ~TIA
