Re: [staf-users] Gettitng error in loop

2013-08-20 Thread Sharon Lucas
ne 363-7313 From: sandeep bhosale To: Sharon Lucas/Austin/IBM@IBMUS, Cc: staf-users@lists.sourceforge.net Date: 08/19/2013 10:54 PM Subject:Re: [staf-users] Gettitng error in loop Yes Sharon, This was a typo. Below is my script function. I am attaching the CSV file used

Re: [staf-users] Gettitng error in loop

2013-08-20 Thread sandeep bhosale
Yes Sharon, This was a typo. Below is my script function. I am attaching the CSV file used in the script with this email. Below function gives me three lists. Which is working fine when i am running this script using python. I am also able to get the value of Lists variable when I run this script u

Re: [staf-users] Gettitng error in loop

2013-08-19 Thread Sharon Lucas
In your example, you showed that you assigned a variable named "List" the length of a list. However, then you tried to use a variable named "Lists" instead of "List". Since no variable exists called "Lists", you would get an error that this variable is not defined. So, is this the cause of th

Re: [staf-users] Gettitng error in loop

2013-08-19 Thread Luca Robusto
List vs Lists? Il giorno 19/ago/2013 13:20, "Sandeep" ha scritto: > Hi > > I am using the STAX XML for my project. I am using script tag to run my > python script. In the script itselef I have declared some variable which I > am using in the loop. But I am getting error in the loop. I am not able