Revision: 3183
Author: janne.t.harkonen
Date: Wed May 5 05:31:16 2010
Log: updated information
http://code.google.com/p/robotframework/source/detail?r=3183
Modified:
/trunk/doc/userguide/src/CreatingTestData/Variables.txt
=======================================
--- /trunk/doc/userguide/src/CreatingTestData/Variables.txt Sun Apr 25
14:27:28 2010
+++ /trunk/doc/userguide/src/CreatingTestData/Variables.txt Wed May 5
05:31:16 2010
@@ -441,10 +441,8 @@
If a keyword returns a list, it is also possible to set it into
several scalar variables or into a list variable. This is possible
-with keywords returning Python lists or tuples or, from Robot
-Framework version 1.8.6 onwards, with Java keywords returning an
-array. In the future, it is possible to add support also for other
-iterables, if needed.
+with keywords that return any Python or Java iterable (most common
+examples are lists and Java arrays).
.. table:: Assigning multiple values at once
:class: example