Contents|Index|Previous|Next
 Constructing function calls  

Using the built-in functions described in the following discussion, you can record the arguments a function received, and call another function with the same arguments, without knowing the number or types of the arguments. You can also record the return value of that function call, and later return that value, without knowing what data type the function tried to return (as long as your caller expects that data type).