PdcProject.UserDate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
Returns or changes user date field number x | Returns or changes user date field number x | ||
The index runs from 0 to 9. The corresponding fieldname starts with 1 (DF_USERDAT1) | |||
So index 0 is DF_USERDAT1 | |||
== Notes == | == Notes == |
Latest revision as of 12:38, 22 June 2023
Declaration
UserDate(Index as long) as Date
Description
Returns or changes user date field number x
The index runs from 0 to 9. The corresponding fieldname starts with 1 (DF_USERDAT1)
So index 0 is DF_USERDAT1
Notes
Code example
Availability
Available since February 2011 (From version 4.2 onwards).