AS problem.
AS problem.
Out of context: Reply #9
- Started
- Last post
- 10 Responses
- nosaj0
This might be a little more clear:
image1 = "images/one.jpg";
nameme = "image";
added = nameme+1;I need the value of added to be "images/one.jpg" but the result I get is "image1".