FAQ all FAQ for this program Search
Web Resources : WinRunner : Concatenation appends 0 Print send FAQs by e-mailask a questionwrite comment
Question:public i = 1;
variable = "var" & i;
print(variable); #Prints var10

How to avoid this?
Answer:Try,

i = 1;
variable = "var" & i;
print(variable); #Prints var1
last updated 25.06.2003
1 user questions   (display)
user rating: 1.80 of 3.00, 5 ratings
comments on ratings
 How do you rate this article?  
Reason:

 
[previous FAQ]   [next FAQ]
List FAQ in this category | List categories | List all FAQ | List programs goto top
Program:   
category:   
||nagendra.net|| - making the C~o~N~n~E~x~I~o~N~s