L
Luca Scaljery
Hi All
I tried to put an array into variables like this
s, h = b.scan(/^(\w+)\s(\w+)$/)
But for some reason 's' becomes an array and 'h' is undefined!!
Any suggestions how to put the first result in 's' and de second in 'h'
?
Thnx a lot
LuCa
I tried to put an array into variables like this
s, h = b.scan(/^(\w+)\s(\w+)$/)
But for some reason 's' becomes an array and 'h' is undefined!!
Any suggestions how to put the first result in 's' and de second in 'h'
?
Thnx a lot
LuCa