|
![]() |
![]() |
version 2003
PA_Dial4DSetDate (dialog; variable; day; month; year)
Parameter | Type | Description | |
dialog | PA_Dial4D | → | Dialog reference |
variable | char* | → | Name of the variable to access |
day | short | → | New day value |
month | short | → | New month value |
year | short | → | New year value |
Description
The routine
PA_Dial4DSetDate
sets the value of a variable whose name is
variable
to the values in
day
,
month
, and
year
. This variable will become a date, there is no conversion.
Error Handling
None.