Your Universal Remote Control Center
RemoteCentral.com
Philips Pronto Professional Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 2 made on March 6, 2008 at 12:54
S
sgtoma
Long Time Member
Joined:
Posts:
December 2007
73
I don't know what your ...working stuff... does but you could try:

var kanal ="TV3";
System.print("Entering function");

try
{
JustNu(kanal);
}
catch (e)
{
System.print (e);
};

System.print("Done function");

I am curious if this throws any errors.