| |
vijaye82
Posts: 11
Score: 0
Joined: 4/24/2007
Status: offline
|
Hi to All, I am writing a script that need to values at run time and update in a .csv file. I am not sure how do i assign values to variables at run time. ********************************* Below is my code: For i = 1 to 10 var & i = "Some value" Next ********************************* When i run this code, i get Syntax error in the second line near '&'.. Is there any way to do this.. Kindly help me on this. Thanks, Vijay
|
|