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.

fctGrammaireAbel - 2<br />

ElseIf InStr(1, recherche, "irrégulier") 0 Then<br />

recherche = "65"<br />

ElseIf recherche = "article" Then<br />

recherche = "75"<br />

ElseIf InStr(1, recherche, "article") 0 And InStr(1, recherche, "omission") 0 Then<br />

recherche = "78"<br />

ElseIf recherche = "pronom" Then<br />

recherche = "81"<br />

ElseIf recherche = "pronom personnel" Then<br />

recherche = "81"<br />

ElseIf recherche = "pronom réfléchi" Then<br />

recherche = "81"<br />

ElseIf recherche = "pronom démonstratif" Then<br />

recherche = "85"<br />

ElseIf recherche = "pronom relatif" Then<br />

recherche = "86"<br />

ElseIf recherche = "pronom interrogatif" Then<br />

recherche = "86"<br />

ElseIf recherche = "pronom indéfini" Then<br />

recherche = "88"<br />

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

recherche = "90"<br />

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

recherche = "98"<br />

ElseIf recherche = "actif" Then<br />

recherche = "137"<br />

ElseIf recherche = "moyen" Then<br />

recherche = "138"<br />

ElseIf recherche = "passif" Then<br />

recherche = "139"<br />

ElseIf recherche = "indicatif" Then<br />

recherche = "150"<br />

ElseIf recherche = "subjonctif" Then<br />

recherche = "151"<br />

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

recherche = "152"<br />

ElseIf recherche = "optatif" Then<br />

recherche = "153"<br />

ElseIf recherche = "infinitif" Then<br />

recherche = "166"<br />

ElseIf recherche = "participe" Then<br />

recherche = "176"<br />

ElseIf recherche = "particule" Then<br />

recherche = "181"<br />

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

recherche = "137"<br />

ElseIf recherche = "adverbe" Then<br />

recherche = "184"<br />

ElseIf recherche = "conjonction" Then<br />

recherche = "185"<br />

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

recherche = "186"<br />

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

recherche = "190"<br />

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

recherche = "194"<br />

ElseIf InStr(1, recherche, "ordre") 0 And InStr(1, recherche, "mot") 0 Then<br />

recherche = "196"<br />

ElseIf recherche = "rhétorique" Then<br />

recherche = "199"<br />

ElseIf recherche = "koinê" Then<br />

recherche = "9"<br />

ElseIf recherche = "esprit rude" Then<br />

recherche = "29"<br />

ElseIf recherche = "sémitique" Then<br />

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