Microsoft
Software
Hardware
Network
Question : get last 4 digit
HOw to get the last 4 digit of account numbers?
sample
45654545
458776
1231213213131
78745411
4521321212131231
Answer : get last 4 digit
dim origString as string = "abc1234567"
dim newString as string = origString.Substring(orgSt
ring.Lengt
h - 4,4)
OR
Dim origString As String = "abc1234567"
Dim newString As String = Right(origString, 4)
Random Solutions
Cant Get SSIS to Import Excel Text Column
visual studio
Convert to a SQL function
webpage colours
Frequent Crash of Explorer.exe
How to remove the table from set integrity pending state in db2 after load
"The local policy of this system does not permit you to logon interactively"
Assistance with different fonts in CSS
<td valign="top"> only works sometimes
How can I load France location in Google map?