[DQSD-Users] How check if localprefs var is defined

2006-05-18 Thread Tom Corcoran
I am working on fixing uktvguide which has been broken for a while. You can login to this site as well so I am adding this as optional functionality. Is there any way to check if a variable is defined or not, for example in yy.xml we have : var yyids = yyid; In the uktvguide search at

RE: [DQSD-Users] How check if localprefs var is defined

2006-05-18 Thread Shawn K. Hall
Hi Tom, Is there any way to check if a variable is defined or not, for example in yy.xml we have : var yyids = yyid; In the uktvguide search at this point in the code I would like to be able to check if yyid is defined or not before this assignment is made. var uktvguideX = ; if

Re: [DQSD-Users] How check if localprefs var is defined

2006-05-18 Thread Tom Corcoran
Great, thanks, Shawn. Shawn K. Hall wrote: var uktvguideX = ; if (typeof suktvguideID != undefined) uktvguideX = suktvguideID; --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly