|
![]() |
![]() |
version 2003
PA_Dial4DGetDate (dialog; variable; day; month; year)
Parameter | Type | Description | |
dialog | PA_Dial4D | → | Dialog reference |
variable | char* | → | Name of the variable to access |
day | short* | ← | Day value of variable |
month | short* | ← | Month value of variable |
year | short* | ← | Year value of variable |
Description
The routine
PA_Dial4DGetDate
gets the value of a variable whose name is
variable
as a date in
*day
,
*month
and
*year
. The variable
variable
must be declared/created as a date. You can pass null pointers to day, month or year if you do not want to read any of these values.
See Also
Error Handling
None.