VB2005 Express Edition help with append
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
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
.
Relevant Pages
- Re: BDS C# and Framework version
... AFAIK their strings are #0-based? ... best regards ... Thomas ... Prev by Date: ... (borland.public.delphi.non-technical) - Re: regular expression problem
... in fact i'd like to apply this function to strings (or ordered ... For this reason proposed to use regular expression. ... best regards. ... Prev by Date: ... (comp.lang.python) - appending to the end of array
... How do i append to the end of an array?? ... an array of strings how do i append a new string at the end of the ... Prev by Date: ... (comp.lang.java.programmer) - String appending
... I need to append a sub-string at the start of strings using C. ... Prev by Date: ... (comp.lang.c) - Re: convert WCHAR in byte[] to string
... Your pBufferSize is 772 (don't know what exactly, ... I guess the buffer returned contains strings delimitted with 'nulls', ... Prev by Date: ... (microsoft.public.dotnet.languages.csharp) |
|