Overwriting a global variable with keyword result

Hi Mohamed,

${tmp} =    Some Keyword
Set Global Variable    ${Some Global Variable}    ${tmp}

Doing this is the correct way :+1:.

Unless you use a Set something Variable keyword then all variables are local scope by design itโ€™s explained here โ†’ Variable scopes

Dave.

2 Likes