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.

fctGrammaireSmyth - 1<br />

Public Sub GrammaireSmyth(recherche)<br />

If recherche = "nominatif" Then<br />

recherche = "276"<br />

ElseIf recherche = "vocatif" Then<br />

recherche = "327"<br />

ElseIf recherche = "accusatif" Then<br />

recherche = "368"<br />

ElseIf recherche = "datif" Then<br />

recherche = "352"<br />

ElseIf recherche = "génitif" Then<br />

recherche = "328"<br />

ElseIf recherche = "indicatif" Then<br />

recherche = "415"<br />

ElseIf recherche = "subjonctif" Then<br />

recherche = "418"<br />

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

recherche = "424"<br />

ElseIf recherche = "optatif" Then<br />

recherche = "421"<br />

ElseIf recherche = "infinitif" Then<br />

recherche = "426"<br />

ElseIf recherche = "participe" Then<br />

recherche = ""<br />

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

recherche = "436"<br />

ElseIf recherche = "pronom" Then<br />

recherche = ""<br />

ElseIf recherche = "article" Then<br />

recherche = ""<br />

ElseIf recherche = "adjectif" Then<br />

recherche = ""<br />

ElseIf recherche = "actif" Then<br />

recherche = "404"<br />

ElseIf recherche = "moyen" Then<br />

recherche = "405"<br />

ElseIf recherche = "passif" Then<br />

recherche = "409"<br />

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

recherche = "436"<br />

ElseIf recherche = "aoriste" Then<br />

recherche = "444"<br />

ElseIf recherche = "futur" Then<br />

recherche = "442"<br />

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

recherche = "450"<br />

ElseIf recherche = "imparfait" Then<br />

recherche = "438"<br />

ElseIf recherche = "parfait" Then<br />

recherche = "449"<br />

ElseIf recherche = "verbe" Then<br />

recherche = "404"<br />

Else<br />

recherche = ""<br />

End If<br />

End Sub

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

Saved successfully!

Ooh no, something went wrong!