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.

fctAnalyserGrec - 4<br />

Resultat = "Participe présent, accusatif masculin singulier"<br />

ElseIf Right(mot, 6) = "menouj" Or Right(mot, 7) = "menou\j" Then<br />

Resultat = "Participe présent, accusatif masculin singulier"<br />

ElseIf Right(mot, 5) = "menh" Or Right(mot, 6) = "me/nh" Then<br />

Resultat = "Participe présent, nominatif féminin singulier"<br />

ElseIf Right(mot, 5) = "menhn" Or Right(mot, 6) = "me/nhn" Then<br />

Resultat = "Participe présent, accusatif féminin singulier"<br />

ElseIf Right(mot, 6) = "menaij" Or Right(mot, 7) = "menai=j" Then<br />

Resultat = "Participe présent, datif féminin singulier"<br />

' fin du participe présent<br />

ElseIf Left(mot, 2) = "e)" And Right(mot, 4) = "omen" Then<br />

Resultat = " Indicatif imparfait actif, 1ère personne du pluriel"<br />

enlever = 4<br />

enleverg = 2<br />

ElseIf Left(mot, 2) = "e)" And Right(mot, 4) = "ousi" Then<br />

Resultat = " Indicatif imparfait actif, 3ème personne du pluriel"<br />

enlever = 4<br />

enleverg = 2<br />

ElseIf Left(mot, 2) = "e)" And Right(mot, 4) = "sate" Then<br />

Resultat = " Indicatif aoriste actif, 2ème personne du pluriel"<br />

enlever = 4<br />

enleverg = 2<br />

ElseIf Left(mot, 2) = "e)" And Right(mot, 4) = "kein" Then<br />

Resultat = " Indicatif plus-que-parfait actif, 1ère personne du singulier"<br />

enlever = 4<br />

enleverg = 4<br />

ElseIf Left(mot, 2) = "e)" And Right(mot, 4) = "keij" Then<br />

Resultat = " Indicatif plus-que-parfait actif, 2ème personne du singulier"<br />

enlever = 4<br />

enleverg = 4<br />

ElseIf Left(mot, 2) = "e)" And Right(mot, 4) = "sato" Then<br />

Resultat = " Indicatif aoriste moyen, 3ème personne du singulier"<br />

enlever = 4<br />

enleverg = 2<br />

ElseIf Left(mot, 2) = "e)" And Right(mot, 4) = "qhte" Then<br />

Resultat = " Indicatif aoriste passif, 2ème personne du pluriel"<br />

enlever = 4<br />

enleverg = 2<br />

ElseIf Left(mot, 2) = "e)" And Right(mot, 4) = "meqa" Then<br />

Resultat = " Indicatif plus-que-parfait moyen-passif, 1ère personne du pluriel"<br />

enlever = 4<br />

enleverg = 2<br />

ElseIf Left(mot, 2) = "e)" And Right(mot, 4) = "omhn" Then<br />

Resultat = " Indicatif imparfait moyen-passif, 1ère personne du singulier"<br />

enlever = 4<br />

enleverg = 2<br />

ElseIf Left(mot, 2) = "e)" And Right(mot, 4) = "esqe" Then<br />

Resultat = " Indicatif imparfait moyen-passif, 2ème personne du pluriel"<br />

enlever = 4<br />

enleverg = 2<br />

ElseIf Left(mot, 2) = "e)" And Right(mot, 4) = "onto" Then<br />

Resultat = " Indicatif imparfait moyen-passif, 3ème personne du pluriel" ' fin du 4 avec augment<br />

enlever = 4<br />

enleverg = 2<br />

ElseIf Right(mot, 4) = "omen" Then ' début du 4 sans augment<br />

Resultat = " Indicatif présent actif, 1ère personne du pluriel"<br />

enlever = 4<br />

ElseIf Right(mot, 4) = "ousi" Then<br />

Resultat = " Indicatif présent actif, 3ème personne du pluriel"<br />

enlever = 4<br />

ElseIf Right(mot, 4) = "e/tw" Then<br />

Resultat = " Impératif présent actif, 3ème personne du singulier"<br />

enlever = 4<br />

ElseIf Right(mot, 4) = "seij" Then<br />

Resultat = " Indicatif futur actif, 2ème personne du singulier"<br />

enlever = 4<br />

ElseIf Right(mot, 4) = "sete" Then<br />

Resultat = " Indicatif futur actif, 2ème personne du pluriel"<br />

enlever = 4<br />

ElseIf Right(mot, 4) = "kate" Then<br />

Resultat = " Indicatif parfait actif, 2ème personne du pluriel"<br />

enlever = 4<br />

enleverg = 2

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

Saved successfully!

Ooh no, something went wrong!