WDScript :: Aide en ligne pour 103 fonctions

Tier par :

Nombre de fonctions commencant par A > 4

English version

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

IncludeWLF
En anglais : IncludeWLF

Version de WDScript : 2.1.7+

Charge une fonction (fichier script .wlf).

Syntaxe

IncludeWLF ( <Fonction>)

<Fonction> contient le chemin et le nom du script .wlf à charger.

Remarque

Aucune

Exemple

<wdscript>
IncludeWLF ("toto.wlf")

Echo (Toto()+"<br>") // Va afficher "Je suis toto"
</wdscript>

Contenu du script toto.wlf
FONCTION Toto()
// Renvoie juste une chaîne
RENVOYER "Je suis toto"

Commentaires

Les commentaires doivent si possible être postés en anglais. Ils sont soumis à la modération avant d'être publiés.

Ajouter votre commentaire