Applies To: |
|
Summary: |
I want to display the date of the Trend Cursor but there is no function to do this. How can I do it? |
Solution: |
Below is a simple Cicode function that
uses the trend functions in the Include project to display the date
of the Trend Cursor. Create a new Cicode file in your project and
copy in this function, then add a Cicode object to the trend page
to call this function. The syntax is -
TrendDspCursorDate(AN,Format) Where: AN Is the AN number of the trend (typically 30). Format Is the date format to be used (see help on TimeToStr() function). INT |
Keywords: |
Related Links
Attachments