Tutorial on: How to use Publishdate() Funcation

CSPro News
Forum rules
New release: CSPro 8.0
Post Reply
khurshid.arshad
Posts: 571
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Tutorial on: How to use Publishdate() Funcation

Post by khurshid.arshad »

Dear CSPro Users

You frequently update the application, but the enumerators, despite your instructions, do not. We will use the PublishDate function to address this issue.

The publishdate function returns the date and time that the code was compiled. Generally, this is not particularly meaningful because the code is compiled right before it is executed. The exception to this is when you create compiled binary data entry applications. These files, with the extension .pen, are used to run applications on mobile devices. In the case of a .pen file, the value returned by the function will be the date and time that the .pen file was created.

https://youtu.be/766_D7Z2fJU


I will be keenly looking forward to your suggestions and feedback in the comments section.

Best regards.
a.
Post Reply