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.

fctLireSeptante - 2<br />

ElseIf livre = "Cantique des cantiques" Then<br />

chercher = "Cant"<br />

ElseIf livre = "Job" Then<br />

chercher = "Job"<br />

ElseIf livre = "Sagesse" Then<br />

chercher = "Wis"<br />

ElseIf livre = "Siracides" Then<br />

chercher = "Sir"<br />

ElseIf livre = "Psaumes de Salomon" Then<br />

chercher = "PsSol"<br />

ElseIf livre = "Osée" Then<br />

chercher = "Hos"<br />

ElseIf livre = "Amos" Then<br />

chercher = "Amos"<br />

ElseIf livre = "Micah" Then<br />

chercher = "Mic"<br />

ElseIf livre = "Joël" Then<br />

chercher = "Joel"<br />

ElseIf livre = "Jonas" Then<br />

chercher = "Jonah"<br />

ElseIf livre = "Nahum" Then<br />

chercher = "Nah"<br />

ElseIf livre = "Habbacuc" Then<br />

chercher = "Hab"<br />

ElseIf livre = "Sophonie" Then<br />

chercher = "Zeph"<br />

ElseIf livre = "Aggée" Then<br />

chercher = "Hag"<br />

ElseIf livre = "Zacharie" Then<br />

chercher = "Zech"<br />

ElseIf livre = "Malachie" Then<br />

chercher = "Mal"<br />

ElseIf livre = "Isaïe" Then<br />

chercher = "Isa"<br />

ElseIf livre = "Jérémie" Then<br />

chercher = "Jer"<br />

ElseIf livre = "Baruch" Then<br />

chercher = "Bar"<br />

ElseIf livre = "Lamentations" Then<br />

chercher = "Lam"<br />

ElseIf livre = "Epître de Jérémie" Then<br />

chercher = "EpJer"<br />

ElseIf livre = "Ezékiel" Then<br />

chercher = "Ezek"<br />

ElseIf livre = "Susanna" Then<br />

chercher = "SusTh"<br />

ElseIf livre = "Daniel" Then<br />

chercher = "Dan"<br />

ElseIf livre = "Bel et Draco" Then<br />

chercher = "Bel"<br />

End If<br />

'On Error GoTo erreur:<br />

If Len(fichier) < 35 Then<br />

fichier = App.Path & fichier<br />

End If<br />

On Error GoTo erreur:<br />

Open fichier For Input As #lfile<br />

o<br />

Input #lfile, ligne<br />

If ligne = chercher & " " & chapitre & "-" & verset Then<br />

Do While Not ligne = chercher & " " & chapitre & "-" & Val(verset) + 1<br />

Loop<br />

Input #lfile, ligne<br />

frmParse2.Text1.Text = frmParse2.Text1.Text & vbCrLf & ligne<br />

Open nveau For Append As #LFile2<br />

Write #LFile2, ligne<br />

Close #LFile2

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

Saved successfully!

Ooh no, something went wrong!