I want a line for line comparison with sitelist to match the session variable usrSystem, usrSystem will definitely already have a value, I am checking sitelist to see if it is in the list, if so then I want to do something branch to subroutine that displays newstuff for example, if not then I want to do something else ie old subroutine,
with your snippet it looks like conditional would fall out of the loop if the session is not a match, am I reading that correctly? session is global, sitelist can be local.
grandfather does this make more sense? I am really trying to clarify.
Thanks