Status: Accepted Owner: ---- Labels: Type-Enhancement Priority-Medium
New issue 701 by jussi.ao.malinen: "In Range" should process simple arithmetics in string values
http://code.google.com/p/robotframework/issues/detail?id=701 I would like to be able to write the following: :FOR ${index} IN RANGE ${start} ${end} + 2Where the last value is a string containing a simple calculation. This would help me avoid converting variables to integers and doing extended variable syntax.
