Microsoft
Software
Hardware
Network
Question : If first character in string is zero, remove it
What code could I use to see if the variable strTempID begins with a zero, and if so, remove that character?
Answer : If first character in string is zero, remove it
iif(left(s,1)="0",mid(s,2)
,s)
Random Solutions
Auto-attach to process '[4152] w3wp.exe' on machine '[machine name]' failed. Error code 0x8013134b.
OLE registration error occurred
Determining the application folder at runtime (VB.NET)
access query export data from one table to another
Upgrade from Win2003 R2 to Win 2008
Script for truncating file and folder names
SQL insert into memo field only accepts 254 characters
SSIS error
How do I clean up my Terminal Server Licensing
ASP.NET - How to change the text property of a label that is inside a user control?