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
Corsair Hydro Cooling H50 vs. CoolIt ECO A.L.C. vs. Performance air cooling
the text you entered isn't a item in the list-problem in access form
Need Syntax to Auto Increment a Number in SQL Server 2008
MSSQL Select and Insert with a return value
query to find days over 30 since event
...\SystemIndex\Indexer\Ci
Files Folder is huge
Am I required to have an Edge Transport Server in my Exchange 2010 environment?
SharePoint list template '1101' is not installed in this farm
Drupal site not showing at all, yet no errors.
How do I install ffmpeg in Linux Debian Lenny?