Converts a string in a field to a character variable
| Call | |
| #include <vv_char.h> | |
| int dc_toch(stp, datap, dfldp, cvbufp) | |
|
UCHAR *stp |
Pointer to string with user's field input |
| PTR datap | Pointer to variable to receive converted field input |
| DFIELDPTR dfldp | Pointer to a data field structure |
| PTR cvbufp | Pointer to a data conversion buffer |
| Returns | |
| 1 | Success. This is the only return value for this function |
| Description
dc_toch() places the character typed into the field by the user into the data variable. |
|
| Related Functions | |