Status: New Owner: ---- Labels: Type-Enhancement Priority-Medium
New issue 543 by [email protected]: The loop statement is expected to offer 'break' and 'continue' keywords.
http://code.google.com/p/robotframework/issues/detail?id=543 For an automation instance, a column of the table is traversed cyclically until the target cell is found and the row where this cell resides is told. for example: There is a table: name total capacity used capacity test1 1 1 test2 2 1 test3 3 2 After a name is entered, the row where the name resides can be found and the used capacity is found correspondingly by the row. -- 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
