Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

EntryList – PB Docs 2018 – PowerBuilder Library

EntryList – PB Docs 2018

EntryList

PowerScript function

Description

Provides a list of the top-level entries included in a trace tree
model.

Applies to

TraceTree objects

Syntax

Argument

Description

instancename

Instance name of the TraceTree object.

list

An unbounded array variable of datatype TraceTreeNode
in which EntryList stores a TraceTreeNode object for each
top-level entry in the trace tree model. This argument is passed
by reference.

Return value

ErrorReturn. Returns the following values:

  • Success! — The function succeeded

  • ModelNotExistsError! — The function failed because no model
    exists

Usage

You use the EntryList function to extract a list of the top-level
entries or nodes included in a trace tree model. Each top-level entry
listed is defined as a TraceTreeNode object and provides the type of
activity represented by that node.

You must have previously created the trace tree model from a trace
file using the BuildModel function.

Examples

This example gets the top-level entries or nodes in a trace tree
model and then loops through the list extracting information about each
node. The of_dumpnode function takes a TraceTreeNode object and a level as
arguments and returns a string containing information about the
node:

See also

BuildModel


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x