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
Coldfusion-SQL- storing large text files.
Cant open certain folders (Spam) - A problem occurred while trying to use your mailbox. Please contact technical support for your organization.
MSSQL proble with insert statement - query will not compile
Convert C# to javascript
Master Rolesholding DNS
Will a clean OS X server install kill Xserve Raid?
What is the best way to create an external distribution group in Exchange 2010
truncate all user table in one script sqlserver 2000
Microsoft Server Licence
checking object reference