Search found 1 match

by SERware
Wed Dec 24, 2014 9:19 am
Forum: Coding Questions
Topic: Procedure address
Replies: 11
Views: 4158

Re: Procedure address

Hi,

How can we get input from a function name, then address the function to find it?

For example :


Procedure b()
-------
EndProcedure

Procedure a(func.s)
?????
?????
......
ProcedureReturn Address
EndProcedure


Debug a("b()") ;Address of b



It is an old question, and I do not know ...