Mehul
Jun 13th, 2000, 02:18 AM
Hi,
I am facing a strange challenge..please help me out in that....
Is it possible to constitue a method name using string concatation and then call that method?
for example.. can I do something like this ?
dim str as string
str = "create" + "storer"
call str
or
str
this doesn't work and it will not, certainly....then what is the way to do this kind of stuff? please guide me to solution of this..
Thanks and regards
Mehul
I am facing a strange challenge..please help me out in that....
Is it possible to constitue a method name using string concatation and then call that method?
for example.. can I do something like this ?
dim str as string
str = "create" + "storer"
call str
or
str
this doesn't work and it will not, certainly....then what is the way to do this kind of stuff? please guide me to solution of this..
Thanks and regards
Mehul