I did read this article. I want to know how can I ...
# getting-started
n
I did read this article. I want to know how can I assign new value to existing variable. It's work fine for
Copy code
val (a,b) = func()
but it's show me error when i do same with existing variables.
Copy code
(type, vmp) = getVPFromRow(fieldList, row, type, vmp)
Unexpected tokens (use ';' to separate expressions on the same line)