- ArchanaRegular Participant
- Posts : 33
Join date : 2009-08-21
How can I access the elements of a stored array?
Thu Aug 27, 2009 8:46 pm
Hi, I want to store a javascript array & access its first element & type it in a text field
store | javascript{var array = ["jan","feb"];} | months
storeEval | storedVars['months'][0] || crntmonth
type | month | ${crntmonth}
The above code is not working, any ideas?
Thanks in advance.
store | javascript{var array = ["jan","feb"];} | months
storeEval | storedVars['months'][0] || crntmonth
type | month | ${crntmonth}
The above code is not working, any ideas?
Thanks in advance.
Re: How can I access the elements of a stored array?
Fri Aug 28, 2009 11:26 am
hi,
you can't store array into variable. The variable you are declared above is store single value.
Write your all code directly in php for RC. Declare the array in that language and process all commad there directly rather than execute in IDE. IDE has limited capabilty.
Steps:
1. Declare a single dimension array and fill values.
2. declare another 2 dim array and put value from above array.
3. use tyoe command to print.
Do this way and hope this will work for you. Best of luck.
bye
you can't store array into variable. The variable you are declared above is store single value.
Write your all code directly in php for RC. Declare the array in that language and process all commad there directly rather than execute in IDE. IDE has limited capabilty.
Steps:
1. Declare a single dimension array and fill values.
2. declare another 2 dim array and put value from above array.
3. use tyoe command to print.
Do this way and hope this will work for you. Best of luck.
bye
Permissions in this forum:
You cannot reply to topics in this forum