Status: Accepted
Owner: ----
Labels: Type-Enhancement Priority-Medium Target-2.6

New issue 483 by pekka.klarck: Possibility to use scalar variables as list variables
http://code.google.com/p/robotframework/issues/detail?id=483

It would be convenient to be able to use scalar variables containing lists
(or any other iterable) as list variables. It has been possible to use
lists as scalars already some time (issue 117).

If variables can be used as scalars or lists based on needs we don't need
to differentiate them when storing, which will make the implementation
cleaner. The only problem is that it's currently possible to have list and
scalar variables with the same basename (e.g. `${FOO}` and `...@{foo}`), so we
need to deprecate that first.

--
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

Reply via email to