DigiGuide Logo

GetProgrammeInfo


String GetProgrammeInfo( String strTaggedText )

Summary

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 strTaggedText Tagged text.
Click here for documentation on the available tags.


Returns

Return the parsed string


Examples

To send the programme name to the log file/console use;
DebugOut( GetProgrammeInfo( "$ProgrammeName") );


See Also

  • IsProgrammeOld