Clarification: I am not free to build my string freely as in the above example.
I must use a function that provides the following string: "/aaa/bbb/ccc?y=v" .
'v' is an input to that function, so I could use other strings, e.g. '$v" will result in "/aaa/bbb/ccc?y=$v"
but I cannot create an expression of the form above.
Main Topics
Browse All Topics





by: hieloPosted on 2008-03-06 at 13:33:42ID: 21065007
eval("aaa" + v + ";");