Microsoft
Software
Hardware
Network
Question : replace the last letter in a word
Hi:
if the word end with "l" change it to "r"
for example , the word "level" change it to "lever"
please
Answer : replace the last letter in a word
if right(myWord,1)="l" then myWord=left(myword,len(myw
ord)-1) & "r"
Random Solutions
preload a html page while flash movie is playing
DCOM was unable to communicate with the computer using any of the configured protocols
Changing IE Content Advisor approved sites for non-administrators
Tracking Changes in Excel spreadsheet with a Pivot Table
Postfix error log
Generate a list of ACL-and-folder that contains a Group object in AD
Top Percent with varable
GPS Maps
Vista firewall - switch on and off? from a command prompt?
converting from INTEGER to VARCHAR