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
PHP: Prevent Keep Alive
Deleting OEM Jobs
SQL trigger is not allowing me to put an if statement in...
NumLoc function is turned off when VB command to search any part of field is used
Itextsharp merge documents in VB.NET
Using a CTE with multiple queries
How can I add a route in windows 7 to make my two nics use thier own gateway?
Update Outlook 2003 profile after mailbox moved from Cross-forest Ex2K3 to Ex2K10
I am looking for vmware interview questions..
help: how to use dao to update excel file?