Comment #1 on issue 1567 by [email protected]: arithmetic operations
http://code.google.com/p/robotframework/issues/detail?id=1567
Your ${min} is apparently not an 'int' but a 'set', try
${max}= Get From List ${trade_range} 1
// Output is 99.93
${min}= Get From List ${trade_range} 0
// Output is 0.03
${max}= Convert to Integer ${max}
${min}= Convert to Integer ${min}
${a}= Evaluate ${max}+{min}/2
Read the error, it clearly states 'TypeError' which should be a clue.
I haven't tested this code, so it might need tweaking in your case.
--
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.