User manual
mikroPascal PRO for dsPIC30/33 and PIC24
MikroElektronika
158
Prototype
function DoGetDateTime() : string;
Description Use the GetDateTime() to get date and time of compilation as string in your code.
Parameters None.
Returns String with date and time when this routine is compiled.
Requires Nothing.
Example
str := GetDateTime();
Notes None.
GetDateTime
Prototype
function GetVersion() : string;
Description Use the GetVersion() to get the current version of compiler.
Parameters None.
Returns String with current compiler version.
Requires Nothing.
Example
str := GetVersion(); // for example, str will take the value of
‘8.2.1.6’’
Notes None.
DoGetVersion