How can the "code" of a function be returned as a string?
I'm sure it's possible, but I'm not at all familiar with this aspect of the environment object model.
Something like:
I'm sure it's possible, but I'm not at all familiar with this aspect of the environment object model.
Something like:
Code:
Function GetFunctionCode (MyFunction as ???) as string
GetFunctionCode = MyFunction.{the complete text of the function}
End