Comment #4 on issue 1170 by dominik....@gmail.com: Error in Collections.Remove Values From List
http://code.google.com/p/robotframework/issues/detail?id=1170

This feature is not working, but you can make workaround like this

:FOR    ${Device}       IN      @{Devices}              
        ${status} =     Evaluate        '${Device}'=='${DUT}'           
Run Keyword If '${status}' == 'False' Collections.Append To List ${list} ${Device}

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to