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

ParameterDescription
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