Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium Target-2.1.2
New issue 411 by pekka.klarck: Not possible to use variables inside a list variable
http://code.google.com/p/robotframework/issues/detail?id=411 Assume we have variables: | @{FOO BAR} = | some | values | | ${NAME} = | FOO | | If you have @{${NAME} BAR} in a cell in the test data, the cell gets the value of @{FOO BAR} as scalar (i.e. a normal list) and the list variable is not opened to cells as it should be. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
