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
IE 7/8 CSS selector bug?
Exchange delivery problems in only one direction
Iomega Screenplay Director and movie files
does php.ini need modification to allow <form> POST method to work?
Best Smart UPS
ASP.NET: I am having a problem with inserting a value into an mssql select statement
Excel Paste as Picture printing shapes flagged to not print.
How to set VBA UserForm Textbox format to ###,###,###.00?
Wallpaper Settings in Roaming Profiles
Can I enter my work domain from a personal PC from home using VPN software that my company provides?