|
Home » Development Area » DigiGuide Listings Grabber » API Index » Class: CustomProgramme » addKeyword Method
Class CustomProgramme : addKeyword Method
| void addKeyword( String keyword ) |
Summary
Adds a keyword string to any existing keywords, adding a comma if needed
Parameters
| Parameter | Description |
| String keyword |
Specify the keyword to add to the programme, such as "Action", "Thriller", "Horror" etc. |
|
|
|
Examples
var prog = new CustomProgramme; prog.addKeyword( "Action" ); prog.addKeyword( "Thriller" ); prog.addKeyword( "Horror" ); debugOut( prog.keywords ); // Should display "Action, Thriller, Horror"
|
Requirements
Build Build 3
(Last updated: October 12, 2007 16:17:01)
|
|