damex_getNextValExp
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method returns the next value expression in the list. Use it for navigating the SELECT value expression list and the argument value list of scalar methods. Call this method after calling damex_getFirstValExp.
int64 damex_getFirstValExp(
int64 hValExpList)
Parameters for damex_getNextValExp
| Parameter | Type | Description |
| IN | ||
| hValExpList | int64 | The value expression list handle |
| RETURN | ||
| int64 | The handle to the value expression. Use damex_describeValExp to get details of the value expression. A zero is returned at the end of the list. |