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.

fctGrammaireAbel - 1<br />

Public Sub GrammaireAbel(recherche)<br />

If recherche = "nominatif" Then<br />

recherche = "98"<br />

ElseIf recherche = "vocatif" Then<br />

recherche = "98"<br />

ElseIf recherche = "accusatif" Then<br />

recherche = "100"<br />

ElseIf recherche = "datif" Then<br />

recherche = "132"<br />

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

recherche = "103"<br />

ElseIf recherche = "première déclinaison" Then<br />

recherche = "32"<br />

ElseIf recherche = "deuxième déclinaison" Then<br />

recherche = "33"<br />

ElseIf recherche = "troisième déclinaison" Then<br />

recherche = "35"<br />

ElseIf recherche = "nom propre" Then<br />

recherche = "38"<br />

ElseIf recherche = "adjectif" Then<br />

recherche = "40"<br />

ElseIf recherche = "adverbe" Then<br />

recherche = "40"<br />

ElseIf InStr(1, recherche, "comparaison") 0 Then<br />

recherche = "41"<br />

ElseIf InStr(1, recherche, "nombre") 0 Then<br />

recherche = "42"<br />

ElseIf InStr(1, recherche, "pronom") 0 Then<br />

recherche = "43"<br />

ElseIf InStr(1, recherche, "verbe") 0 Then<br />

recherche = "45"<br />

ElseIf InStr(1, recherche, "augment") 0 Then<br />

recherche = "45"<br />

ElseIf InStr(1, recherche, "redoublement") 0 Then<br />

recherche = "45"<br />

ElseIf recherche = "aoriste second" Then<br />

recherche = "59"<br />

ElseIf recherche = "aoriste premier" Then<br />

recherche = "61"<br />

ElseIf recherche = "futur" Then<br />

recherche = "145"<br />

ElseIf recherche = "parfait" Then<br />

recherche = "144"<br />

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

recherche = "141"<br />

ElseIf recherche = "imparfait" Then<br />

recherche = "142"<br />

ElseIf recherche = "aoriste" Then<br />

recherche = "143"<br />

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

recherche = "145"<br />

ElseIf InStr(1, recherche, "conjugaison") 0 And InStr(1, recherche, "périphrastique") 0 Then<br />

recherche = "149"<br />

ElseIf InStr(1, recherche, "proposition") 0 And InStr(1, recherche, "complétive") 0 Then<br />

recherche = "154"<br />

ElseIf InStr(1, recherche, "proposition") 0 And InStr(1, recherche, "subordonnée") 0 Then<br />

recherche = "154"<br />

ElseIf InStr(1, recherche, "proposition") 0 And InStr(1, recherche, "interrogative") 0 Then<br />

recherche = "156"<br />

ElseIf InStr(1, recherche, "proposition") 0 And InStr(1, recherche, "finale") 0 Then<br />

recherche = "159"<br />

ElseIf InStr(1, recherche, "proposition") 0 And InStr(1, conditionnelle, "interrogative") 0 T<br />

hen<br />

recherche = "159"<br />

ElseIf InStr(1, recherche, "proposition") 0 And InStr(1, recherche, "relative") 0 Then<br />

recherche = "161"<br />

ElseIf InStr(1, recherche, "proposition") 0 And InStr(1, recherche, "adverbiale") 0 Or InStr(<br />

1, recherche, "circonstancielle") 0 Then<br />

recherche = "163"

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

Saved successfully!

Ooh no, something went wrong!