Can you call a function via its name in a string?

BlitzMax Forums/BlitzMax Beginners Area/Can you call a function via its name in a string?

Can you call a function via its name in a string?

Nope. But you can map a name to a function pointer.

huh, does that do the same thing? im not quite understand it. does that help at all?

Try this function pointer tutorial from Chris C. Link

you'd also have to look into Tmap, somthing that I still havent really found a use for....

yes.. really!

huh, does that do the same thing?
Effectively, yes.

you'd also have to look into Tmap, somthing that I still havent really found a use for....
You're just not trying hard enough.