The call element calls a function and yields the result.
<call name="{string}">
[{expression}]
[...]
</call>This is an XML scripting element that calls a function and yields the result. See Using Functions, Scripting, eval. Optionally, the call element specifies one or more function parameter values.
Attributes
|
Name |
Purpose |
Default Value |
|
name |
The name of the function being called. See Using Functions. Note: The name of the function to call may not be changed at run time. |
None (required) |
Contains
|
Element |
Purpose |
Default Value |
|
Unspecified value element |
An element that yields a value of a data type compatible with the parameter being passed. See Variables, Data Types. Note: This property is repeated for each parameter in the function being called. |
None |
Any element that contains an XML scripting statement.
|
Copyright (c) 2000-2007 UIEvolution, Inc. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|