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" );