Hello,
Not sure if this will help you. The receiving variable is always on the left side
In this statement you are moving the contents of temp into Block_temp
Block_temp = temp
The way I read your question you wanted to store or move the contents of Block_temp into
temp?
temp = Block_temp
Regards
Mark
Bookmarks