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
C# and NUnit Framework
Upgrading Windows Business Vista to Windows 7 on a Sony Vaio UX series micro computer due to low HDD space
Designing schema table for database.
Retrieve list of all files in folder & subfolders with DateCreate property equal to today
Can't RDP to a Windows XP worktation
MS Web Expressions Type Expanding with Window Resize
2 IP 5 Server
IIS6 FTP mget case sensitive
Cross appdomain communication winthin single process on single machine in c#
Loop through the cells of a datagrid without knowing the datasource