' A replacement for the InStrRev function under VB4 and VB5'' NOTE: uses the StrReverse functionFunction InStrRev(ByVal Text As String, Search As String, _ Optional ByVal Start As Long = -1, Optional ByVal CompareMethod As _ VbCompareMethod = vbBinaryCompare) As Long Dim Index As Long ' reverse the source strings, ' so that we can use regular InStr Text = StrReverse(Text) Search = StrReverse(Search) ' we must "reverse" Start too If Start < 0 Then Start = 1 Else Start = Len(Text) + 1 - Start End If Index = InStr(Start, Text, Search, CompareMethod) If Index Then ' adjust the result InStrRev = Len(Text) - Index - Len(Search) + 2 End IfEnd Function

Top Careers at Microsoft
Microsoft has gained its position as one of the top companies in the world, and Microsoft careers are flourishing. This multinational company is efficiently developing popular software and computers with other consumer electronics. It is a dream come true for so many people to acquire a high paid, high-prestige job