RegExpr_GetErrorElaboration
- Updated2023-02-21
- 1 minute(s) read
char *RegExpr_GetErrorElaboration (void);
Purpose
This function returns a string describing the result of the last call to RegExpr_Parse.
The string is held in a static buffer and will be overwritten by the next call to this function.
Parameters
None.
Return Value
| Name | Type | Description |
| errorElaborationString | char * | A string describing the result of the last call to RegExpr_Parse. The string is held in a static buffer and will be overwritten by the next call to this function. |
Additional Information
Library: Regular Expressions
Include file: toolbox\regexpr.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later