You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robotframework-users
Hi
I just want to set the Variable with Get Location.How can it work?
I have try
${PHOTO1_URL} = Set Variable Get Location
${PHOTO1_URL} = Set Variable 'Get Location'
But the ${PHOTO1_URL} is just get the 'Get Location' string not the
value/return url
Thanks
Janne Härkönen
unread,
Aug 13, 2010, 8:48:35 AM8/13/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jolly...@gmail.com, robotframework-users
Hi William,
When assigning return values of keywords to variables, there's no need to use `Set Variable`, i.e. this works: