15.07.2013 Views

Microsoft Visual Basic - Encyclopaedia Gentium Boni

Microsoft Visual Basic - Encyclopaedia Gentium Boni

Microsoft Visual Basic - Encyclopaedia Gentium Boni

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

fctGrammaireBurton - 1<br />

Public Function GrammaireBurton(recherche)<br />

If InStr(1, recherche, "indicatif") 0 And InStr(1, recherche, "présent") 0 Then<br />

recherche = "20"<br />

ElseIf InStr(1, recherche, "participe") 0 And InStr(1, recherche, "présent") 0 Then<br />

recherche = "73"<br />

ElseIf InStr(1, recherche, "participe") 0 And InStr(1, recherche, "aoriste") 0 Then<br />

recherche = "80"<br />

ElseIf InStr(1, recherche, "participe") 0 And InStr(1, recherche, "futur") 0 Then<br />

recherche = "93"<br />

ElseIf InStr(1, recherche, "participe") 0 And InStr(1, recherche, "parfait") 0 Then<br />

recherche = "95"<br />

ElseIf InStr(1, recherche, "négation") 0 And InStr(1, recherche, "verbe") 0 Then<br />

recherche = "165"<br />

ElseIf recherche = "indicatif" Then<br />

recherche = "98"<br />

ElseIf recherche = "subjonctif" Then<br />

recherche = "101"<br />

ElseIf recherche = "impératif" Then<br />

recherche = "110"<br />

ElseIf recherche = "optatif" Then<br />

recherche = "107"<br />

ElseIf recherche = "infinitif" Then<br />

recherche = "208"<br />

ElseIf recherche = "participe" Then<br />

recherche = "185"<br />

ElseIf recherche = "actif" Then<br />

recherche = "76"<br />

ElseIf recherche = "moyen" Then<br />

recherche = "101"<br />

ElseIf recherche = "passif" Then<br />

recherche = "76"<br />

ElseIf recherche = "présent" Then<br />

recherche = "20"<br />

ElseIf recherche = "aoriste" Then<br />

recherche = "29"<br />

ElseIf recherche = "futur" Then<br />

recherche = "45"<br />

ElseIf recherche = "plus que parfait" Then<br />

recherche = "60"<br />

ElseIf recherche = "imparfait" Then<br />

recherche = "23"<br />

ElseIf recherche = "parfait" Then<br />

recherche = "52"<br />

Else<br />

recherche = ""<br />

End If<br />

End Function

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!