|
Home » Development Area » DigiGuide Script » API Index » Class: Programme » getParsedInfo Method
Class Programme : getParsedInfo Method
| String getParsedInfo( String string ) |
Summary
Parses a string and replaces tags with programme details.
Remarks
Get information relating to the current programme by passing a string and having DigiGuide replace certain tags in the string with attributes from the programme.
Parameters
| Parameter | Description |
| String string |
|
|
|
|
Returns
Returns a string with any tags passed replaced with programme information
Examples
var mrk = new Marker( 1 ); mrk.markerName = programme.getParsedInfo( "Favourite: $ProgrammeName" ); mrk.programmeName = programme.getParsedInfo( "$ProgrammeName" );
|
Requirements
Build 1059
(Last updated: July 04, 2008 15:17:51)
|