User manual

mikroBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
159
Prototype
sub function DoGetDateTime() as string
Description Use the DoGetDateTime() 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 = DoGetDateTime()
Notes None.
DoGetDateTime
Prototype
sub function DoGetVersion() as string
Description Use the DoGetVersion() to get the current version of compiler.
Parameters None.
Returns String with current compiler version.
Requires Nothing.
Example
str = DoGetVersion() ‘ for example, str will take the value of ‘8.2.1.6’
Notes None.
DoGetVersion