|
|
|
|
Functions
Events
Variables
Libraries
|
|
Syntax
| channels_latestNews_setReadMark(index, flag) |
Parameters
| INT | index | Item index in the news in the list of latest news.
| | BOOL | flag | true to set the news as read. false to set the news as unread. |
Return value
No value is returned.
Description
Set a news item as read or as unread.
This flag is stored in the list of latest news.
The flag for the read mark is stored in the list of latest news.
More info: latest_news[] |
|
|
|