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.

fctLireCodeMorph - 1<br />

Public Function LireCodeMorph(code)<br />

If Mid(code, 1, 1) = "n" Then<br />

Call LireCodeMorphNom(code)<br />

Exit Function<br />

ElseIf Mid(code, 1, 1) = "v" Then<br />

Call LireCodeMorphVerbe(code)<br />

Exit Function<br />

ElseIf Mid(code, 1, 1) = "a" Then<br />

Call LireCodeMorphAdjectif(code)<br />

Exit Function<br />

ElseIf Mid(code, 1, 1) = "r" Then<br />

Call LireCodeMorphPronom(code)<br />

Exit Function<br />

ElseIf Mid(code, 1, 1) = "c" Then<br />

Call LireCodeMorphConjonction(code)<br />

Exit Function<br />

ElseIf Mid(code, 1, 1) = "t" Then<br />

Call LireCodeMorphIndeclinable(code)<br />

Exit Function<br />

ElseIf Mid(code, 1, 1) = "x" Then<br />

Call LireCodeMorphParticule(code)<br />

Exit Function<br />

ElseIf Mid(code, 1, 1) = "i" Then<br />

Call LireCodeMorphInterjection(code)<br />

Exit Function<br />

ElseIf Mid(code, 1, 1) = "p" Then<br />

Call LireCodeMorphPreposition(code)<br />

Exit Function<br />

ElseIf Mid(code, 1, 1) = "b" Then<br />

Call LireCodeMorphAdverbe(code)<br />

Exit Function<br />

ElseIf Mid(code, 1, 1) = "d" Then<br />

Call LireCodeMorphArticle(code)<br />

Exit Function<br />

End If<br />

End Function

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

Saved successfully!

Ooh no, something went wrong!