Using VB.Net & SQL Server 2005
Dim S as string
s = "Rajan"
s = "Sajan"
I want to take a first character from the string (s)
Expected Output
R
S
Need VB.Net Code Help
|
Using VB.Net & SQL Server 2005
I want to take a first character from the string (s) Expected Output
Need VB.Net Code Help |
|||
|
|
|
Try this..
|
|||||||||||
|
|
Use chars:
http://vb.net-informations.com/string/vb.net_String_Chars.htm |
|||||||
|
|
Try this:
You can even do this:
|
|||||
|