You could try that, although I personally try to avoid using slashes or commas within an identifier. I've found that it sometimes makes things sketchy. I, instead, generally use the $chr equivalent, ie

Quote:

if (720p.HDTV.x264-MOMENTUM isin $2) && (provide isin $5) {
var %section = TV
var %rl = $replace($2,TV+ $+ $chr(47),$null)
var %sourcename = site1
var %sourcedir = /tv-x264/
var %curryname = site2
var %currydir = /tv-x264/


See if that works.