ReneMiner
24-01-2015, 11:47
really nosy today, another question about LIKE this time.
There's some grey fading indicaction of memory in my head that LIKE would work with STRING-expression and variables - so copies the type of the variable.
As this
Dim A As Long
Dim B Like A ' B would be Long now
but somehow it does not work. Did it work once- or did i just dream this? Has it been changed? Is it broken?
There's some grey fading indicaction of memory in my head that LIKE would work with STRING-expression and variables - so copies the type of the variable.
As this
Dim A As Long
Dim B Like A ' B would be Long now
but somehow it does not work. Did it work once- or did i just dream this? Has it been changed? Is it broken?