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.

fctGrammaireWallace - 1<br />

Public Sub GrammaireWallace(recherche)<br />

If recherche = "nominatif" Then<br />

recherche = "2"<br />

ElseIf recherche = "vocatif" Then<br />

recherche = "4"<br />

ElseIf recherche = "accusatif" Then<br />

recherche = "16"<br />

ElseIf recherche = "datif" Then<br />

recherche = "12"<br />

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

recherche = "5"<br />

ElseIf recherche = "indicatif" Then<br />

recherche = "37"<br />

ElseIf recherche = "subjonctif" Then<br />

recherche = "38"<br />

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

recherche = "5"<br />

ElseIf recherche = "optatif" Then<br />

recherche = "41"<br />

ElseIf recherche = "infinitif" Then<br />

recherche = "54"<br />

ElseIf recherche = "participe" Then<br />

recherche = "57"<br />

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

recherche = "63"<br />

ElseIf recherche = "pronom" Then<br />

recherche = "29"<br />

ElseIf recherche = "article" Then<br />

recherche = "20"<br />

ElseIf recherche = "adjectif" Then<br />

recherche = "27"<br />

ElseIf recherche = "actif" Then<br />

recherche = "32"<br />

ElseIf recherche = "moyen" Then<br />

recherche = "33"<br />

ElseIf recherche = "passif" Then<br />

recherche = "35"<br />

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

recherche = "44"<br />

ElseIf recherche = "aoriste" Then<br />

recherche = "50"<br />

ElseIf recherche = "futur" Then<br />

recherche = "49"<br />

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

recherche = "52"<br />

ElseIf recherche = "imparfait" Then<br />

recherche = "47"<br />

ElseIf recherche = "parfait" Then<br />

recherche = "51"<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!