asiDisplayFlowchart
asiDisplayFlowchart(o_tool[s_rootstep] ) =>t/nil
Description
Displays the current steps and links for the flowchart. You can display all the step and link information, or you can display the steps and links that are below the rootstep step. Use this function only to determine which part of the flowchart you want to modify. Do not use this function as part of another procedure.
Arguments
Value Returned
|
Returns |
|
Examples
Returns the flowchart description for the analog tool.
asiDisplayFlowchart( asiGetTool( 'analog ) )
Return to top