Hi
I am trying to understand the code below. I have 2 questions now
1) What is the idea of using Mid() function
2) What does & mean.
Temp=Temp&Mid(Phrase,Current_Pos,1)
Function Extract_Number_from_Text(Phrase As String) As Double
Dim Length_of_String As Integer
Dim Current_Pos As...