asiGetFormatter
asiGetFormatter(o_session) =>o_formatter/ nil
Description
Returns the formatter created with the last asiCreateFormatter call. This is a convenience function that you should not redefine and the interface should not call.
Arguments
Value Returned
Examples
The following example returns the name of the formatter object that was created using the last asiCreateFormatter call:
asiGetFormatter(session)
=> Obj1
Return to top