Hi Bibibo,
I tried you code in the simulator and the answer to your example is NO.
The reason being that you are trying to set a [b:336f519b9a]bit [/b:336f519b9a]in variable "A" which is defined as a [b:336f519b9a]string[/b:336f519b9a].
If you Dim'ed B as Bit,
B = Oldname , that works, because both variables are bits
Or if you had a large variable
Dim b as word.
B.15 = Oldname, that would work because you can set bits in variables.
Regards
Dean
↧