Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indirect procedure call
Message
From
15/01/1999 09:57:00
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00176211
Message ID:
00176475
Views:
38
>>Hi everybody,
>>
>>I have 76 procedures .These procedures process different tasks.
>>I read the names of these procedures into a string variable.
>>How can I call a procedure if the name of the procedure is in a string variable?
>>I tried to use scripting control but no success so far.
>>Thanks,
>>Vlad
>
>If you use VB5, I would say... make a by Select Case statement. I don't think of another way to do that.
>
>If you use VB6, take a look at the CallByName statement. It allows you to call a method or a property from a string!!!

Hi Eric,Ed.
Thanks for suggestions. We tried to avoid writing a select case with 76 branches and finally found that vb6 feature which eased the work. Im surprised that vb5 doesnt allow indirect calls( like in vfp ).
Thanks again.
Regards,
Vlad.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform