| _CP_data | Index Level | _CP_dcount |
| Syntax | int _CP_date(int* result) |
| Category | C Interface |
| Type | C Function |
| Description |
is equivalent to the FlashBASIC statement: result = date()
This function returns -1 if an error occurs. The error code is contained in _CP_errno. |
| Options | |
| See Also | C Functions introduction |
| Example |
/* The following example prints the numeric date */
int i; _CP_date(&i); _CP_unix_env(); printf("%d\n",i); |
| Warnings | |
| Compatibility | AP 6.1 |
| _CP_data | Index Level | _CP_dcount |