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
Computer Keeps On Giving Me "c000021a Fatal System Error" Whenever I Try To Log On
Speed up selecting all items in list box.
SQL Server Clustered Index
Outlookm 2007
VFP REPORT WRITER VERSION
Web query - parameter to refer to cell in excel
load a subtree into an XDocument
reuse sql connection and sqlcommand in vb.net windows application
Search for a string in all tables.
C# MySQL Example