constructed sub name?

enonod

Well-Known Member
Licensed User
Longtime User
Is there a way to do something like the following if a string is returned as the result of a test routine?

returned values can be say "a" or "b" or "c"

...
test&returned
...
sub testa
...
end sub

sub testb
...
end sub

sub testc
...
end sub
 

mc73

Well-Known Member
Licensed User
Longtime User
Derez is right. Still, if you insist, you can use callSub, by setting as the second parameter, the test&returned string.
 
Upvote 0

enonod

Well-Known Member
Licensed User
Longtime User
Thank you. It simply did not occur to me
 
Upvote 0
Top