one line assignment [solved]
halu,
i'm kinda confuse about one line initialization... this gives me a "not i want" output...
VB Code:
cmbCategoryStatus.Text = cmbMakersStatus.Text = String.Empty
is there a bug? i really don't know... it doesn't clear at all. it just clears the cmbMakersStatus and put "True" to cmbCategoryStatus.Text. is this supported in VB.NET -- the one line initialization?
it also has no effect with integers either... like
just want to clarify if VB supports this kind of initialization...
thanx