Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Script Control
Message
De
28/10/2002 11:34:01
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Script Control
Divers
Thread ID:
00716070
Message ID:
00716070
Vues:
36
I want to know if there is a way to store the name of a function or procedure and run it using the script control, i do not want to add the complete procedure for example:

sc.addcode "sub Hola: msgbox ""Hola"" : end sub"
---------------------------------------------------

i want to do this or something like this:

sc.executestatement "Hola"

public sub Hola()
msgbox "Hola"
end sub
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform