Function WorkSpaceEval() Foundation
Evaluates a code block in all used work areas of a work space
WorkSpaceEval( <bAreaBlock>, [<nWorkSpace>] ) --> nProcessed
Constant | Description |
---|---|
DB_ZEROSPACE | WorkSpaceEval() is executed in the Zero space |
DB_WORKSPACE *) | WorkSpaceEval() is executed in the current work space |
|
The function returns a numeric value that indicates the number of work areas where the code block <bAreaBlock> is evaluated.
The function WorkSpaceEval() evaluates a code block in all used work areas of a work space. It is used, for example, to set, save or restore the environment within all work areas. If DB_ZEROSPACE is specified, information about work areas pending in the Zero space can be retrieved, which normally is not possible without a prior call to DbRelease().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.