Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Script Control
Message
From
28/10/2002 11:34:01
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Script Control
Miscellaneous
Thread ID:
00716070
Message ID:
00716070
Views:
35
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
Next
Reply
Map
View

Click here to load this message in the networking platform