If you're trying to store the name of a procedure into a string, and then execute that procedure by calling that string, well that's not quite possible.mestnyi wrote:...string variable to read the name of the function and execute itCode: Select all
st$ = "suma2(3,5)" Debug st$
