Status: New
Owner: ----

New issue 932 by mrbigh...@gmail.com: Is there any way to change the variable during the run-time, if the variable has undeclared variable(s)?
http://code.google.com/p/robotframework/issues/detail?id=932

Variable        Value
${a}            a+'\${b}'

test    ${b}=   Set Variable    b       
        ${c}=   Get Variable Value      ${a}    
        log     ${c}

i expect that variable c is 'a+b', but the result still is 'a+${b}'
Is there any way to change the variable during the run-time if the variable has undeclared variable(s)?



Reply via email to