Normally all variables are just interpreted as string and you get the
result "1 + 2". To actually evaluate the calculation you could do any
of the following:
a) ${count}= Evaluate ${0}+${1}
b) ${count}= Set Variable ${0 + 1}
c) your own python library
Best Regards,
Jussi
> --
> You received this message because you are subscribed to the Google Groups
> "robotframework-users" group.
> To post to this group, send email to robotframe...@googlegroups.com.
> To unsubscribe from this group, send email to
> robotframework-u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/robotframework-users?hl=en.
>