K
ken
Hi,
I'm trying to append these two strings: RC and 14 with the following
a = ((cboRegister.Text) & (cboPinnumber.Text)) I've also tried
a = (cboRegister.Text) & (cboPinnumber.Text). The return I get is RC.
Can someone help me with this? Thanks for any help.
Regards,
Ken
I'm trying to append these two strings: RC and 14 with the following
a = ((cboRegister.Text) & (cboPinnumber.Text)) I've also tried
a = (cboRegister.Text) & (cboPinnumber.Text). The return I get is RC.
Can someone help me with this? Thanks for any help.
Regards,
Ken