How can I return the results after running a keyword?
Example:
mykey word [Arguments] input ${results}= getme input
But I want to u
Use [Return] to return results.
An example is:
Time Stamp [Return] ${time_stamp} ${secs}= Get Time epoch ${time}= Get Time ${time_stamp}= Convert To String ${secs}
The value of ${time_stamp} will be stored in the Time Stamp keyword.
Time Stamp