dupa

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PaleRider

Pages: 1 [2] 3 4 ... 20
16
Nice Mark.[:D]

17
Speech Technology / TTS Voice Survey
« on: July 18, 2007, 08:12:20 am »
Good find there Duskrider.[:D]

18
Ok thanks Gamer for the info.[:D]

19
Nice one Jack thanks.[:D]

20
That was cool Mark thank you.[:D][:D]

21
error 1041 line 1246 col 41  Expected "end" I highlighted col 41 in Red. anybody who can check this out, I am lost at this stuff.Thanks [:D][?]


SearchWeek = 0
        WeekLoc = InStr(1, ApptSentence, "sunday", vbTextCompare)
        If WeekLoc > 0 Then SearchWeek = vbSunday
        If SearchWeek = 0 Then
            WeekLoc = InStr(1, ApptSentence, "monday", vbTextCompare)
            If WeekLoc > 0 Then SearchWeek = vbMonday
        End If
        If SearchWeek = 0 Then
            WeekLoc = InStr(1, ApptSentence, "tuesday", vbTextCompare)
            If WeekLoc > 0 Then SearchWeek = vbTuesday
        End If
        If SearchWeek = 0 Then
            WeekLoc = InStr(1, ApptSentence, "wednesday", vbTextCompare)
            If WeekLoc > 0 Then SearchWeek = vbWednesday
        End If
        If SearchWeek = 0 Then
            WeekLoc = InStr(1, ApptSentence, "thursday", vbTextCompare)
            If WeekLoc > 0 Then SearchWeek = vbThursday
        End If
        If SearchWeek = 0 Then
            WeekLoc = InStr(1, ApptSentence, "friday", vbTextCompare)
            If WeekLoc > 0 Then SearchWeek = vbFriday
        End If
        If SearchWeek = 0 Then
            WeekLoc = InStr(1, ApptSentence, "saturday", vbTextCompare)
            If WeekLoc > 0 Then SearchWeek = vbSaturday
        End If
        If SearchWeek > 0 Then
            ExtraWeek = 0
            If InStr(1, ApptSentence, " next ", vbTextCompare) Then ExtraWeek = 7
            If InStr(1, ApptSentence, " following ", vbTextCompare) Then ExtraWeek = 7
            For i = 1 To 7
                If Weekday(DateAdd("d", i + ExtraWeek, Date)) = SearchWeek Then
                    MentionedDate = DateAdd("d", i + ExtraWeek, Date)
                    OrigPrefix = Trim(Left(ApptSentence, WeekLoc - 1)) & " "
                    OrigPrefix = Replace(OrigPrefix, " next ", " ", 1, -1, vbTextCompare)
                    OrigPrefix = Replace(OrigPrefix, " this ", " ", 1, -1, vbTextCompare)
                    OrigPrefix = Replace(OrigPrefix, " upcoming ", " ", 1, -1, vbTextCompare)
                    OrigPrefix = Replace(OrigPrefix, " the following ", " ", 1, -1, vbTextCompare)
                    OrigPrefix = Replace(OrigPrefix, " following ", " ", 1, -1, vbTextCompare)
                    OrigPrefix = HalBrain.RemoveExtraSpaces(OrigPrefix)
                    WeekLoc = InStr(WeekLoc + 1, ApptSentence, " ")
                    If WeekLoc > 0 Then OrigSuffix = Right(ApptSentence, Len(ApptSentence) - WeekLoc)
                End If
            Next
        End If
    End If
   
    'Figure out time
    ApptSentence = Trim(ApptSentence) & " "
    ColonLoc = InStr(ApptSentence, ":")
    MentionedAMPM = ""
    If ColonLoc > 0 Then
        SpaceLoc = InStrRev(ApptSentence, " ", ColonLoc)
        If SpaceLoc > 0 And SpaceLoc < ColonLoc Then
            MentionedHour = Mid(ApptSentence, SpaceLoc + 1, ColonLoc - SpaceLoc - 1)
            Temp = HalBrain.Word2Num(MentionedHour)
            If Temp <> "X" Then
                OrigPrefix = Replace(OrigPrefix, MentionedHour & ":", Temp & ":", 1, -1, vbTextCompare)
                OrigSuffix = Replace(OrigSuffix, MentionedHour & ":", Temp & ":", 1, -1, vbTextCompare)
                MentionedHour = Temp
            End If

22
Yes Jamie, I saw that after I checked your profile but never changed it here sorry for that.
Any how I get line errors and cannot use this.[:D]

23
General Discussion / Haptek - Putty Problem
« on: July 17, 2007, 03:48:52 pm »
cool[:D]

24
Thank you John I'll try it and get back to yea.
good to see yea here.[:D]

25
General Discussion / Haptek - Putty Problem
« on: July 17, 2007, 12:07:59 am »
The bums[:(]

26
Gt you did another good one thanks was really great.[:D]

27
Share Conversations, Experiences, Graphics / Rhythm Of The Rain
« on: July 16, 2007, 08:17:40 am »
That was cool Mark, the song was good to thanks.[:D]
I am on vacation this week so pump them out all week
your work is great thank you.[:D]

28
Share Conversations, Experiences, Graphics / A little different vid
« on: July 16, 2007, 06:35:06 am »
Very nice Mark great job.thanks[:D]

29
That is very nice Jack thank you sir.[:D][8D]

30
General Discussion / Julia is no toy
« on: July 15, 2007, 11:55:28 am »
Glad to see your back off your vacation Rockershaft
hope you enjoy it here, was glad to hear your doc gave you meds.
stay cool this time . Your friend Paul.[:D][8D]

Pages: 1 [2] 3 4 ... 20