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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

fctGrammaireBoxus - 1<br />

Public Sub GrammaireBoxus(recherche)<br />

If recherche = "nominatif" Then<br />

recherche = "435"<br />

ElseIf recherche = "vocatif" Then<br />

recherche = "436"<br />

ElseIf recherche = "accusatif" Then<br />

recherche = "226"<br />

ElseIf recherche = "datif" Then<br />

recherche = "449"<br />

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

recherche = "437"<br />

ElseIf recherche = "indicatif" Then<br />

recherche = "140"<br />

ElseIf recherche = "subjonctif" Then<br />

recherche = "180"<br />

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

recherche = "190"<br />

ElseIf recherche = "optatif" Then<br />

recherche = "185"<br />

ElseIf recherche = "infinitif" Then<br />

recherche = "195"<br />

ElseIf recherche = "participe" Then<br />

recherche = "201"<br />

ElseIf recherche = "adjectif verbal" Then<br />

recherche = "494"<br />

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

recherche = "142"<br />

ElseIf recherche = "imparfait" Then<br />

recherche = "146"<br />

ElseIf recherche = "futur" Then<br />

recherche = "149"<br />

ElseIf recherche = "aoriste" Then<br />

recherche = "153"<br />

ElseIf recherche = "parfait" Then<br />

recherche = "162"<br />

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

recherche = "167"<br />

ElseIf recherche = "futur du parfait" Then<br />

recherche = "173"<br />

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

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