Bonjour,
Mon module provoque une erreur.
Module :
Function IsEmailWrapper(emailAddress As String) As Boolean
’ Charger les bibliothèques ScriptForge nécessaires
If Not GlobalScope.BasicLibraries.isLibraryLoaded(“ScriptForge”) Then
GlobalScope.BasicLibraries.loadLibrary(“ScriptForge”)
End If
’ Appeler la fonction ScriptForge.SF_String.IsEmail
Dim SF_String As Object
SF_String = CreateScriptService(“SF_String”)
IsEmailWrapper = SF_String.IsEmail(emailAddress)
End Function
Erreur :UNKNOWNSERVICEERROR
Je ne comprends pas.
Pouvez-vous m’aider ?
Cordialement.