Code : Tout sélectionner
EnableExplicit ; all the variables must be declared
OnErrorGoto(?ErrorHandler)
; Déclarations
DisableExplicit
XIncludeFile "libcurl.pbi"
EnableExplicit
; le reste du code
ErrorHandler:
End
Code : Tout sélectionner
EnableExplicit ; all the variables must be declared
OnErrorGoto(?ErrorHandler)
; Déclarations
DisableExplicit
XIncludeFile "libcurl.pbi"
EnableExplicit
; le reste du code
ErrorHandler:
End