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
insert rows and data in Excel from VB6
Report Excel from asp.net page
report memory leak with fastMM4
Export Query to Excel from Access 2007
what is the easy way of hitting a remote server on its availability every 5 secs and start up a batch file when it comes down
CVS No Such Repository error
Install MS Visual Studio .NET/SQL Server and PHP/MySql on the same computer
Java Gui, customized object focus and resize
How to disable multitasking on iOS4 iPhone 3G ?
Accessing Files Server via WAN Link