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
Outlook 2003 Cannot Open One or More Attachments
SSIS Package Is Stuck
Android 2.2 on SBS 2008
Intel dual ethernet card gigabit
Can I send mp3s to my iPhone ?
Insert Image Link Adobe Flash CS4
Can't Ping DC with name
SSRS Pass a parameter from url into report
How to obtain CP Shrink Archive program
Access 2007 RunSavedImportExport from macro