Status: Accepted
Owner: pekka.klarck
Labels: Priority-Medium Target-2.8.2 Type-Enhancement

New issue 1588 by pekka.klarck: BuiltIn: New `Run Keyword And Return` keyword
http://code.google.com/p/robotframework/issues/detail?id=1588

This issue was created by revision d611760e2957.

This keyword allows executing another keyword and returning an enclosing user keyword with the return value.

The new keyword can be used like:

    Run Keyword And Return    My Keyword    arg1    arg2

The above is equivalent to this:

    ${return} =    My Keyword    arg1    arg2
    Return From Keyword    ${return}

Implementation and tests are done, docs are missing.

--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to