Posted - 03/07/2002 : 11:14:18 AM That's what I assumed. So I guess there isn't a way to just halt all script execution then?
Pete
Mike Buess
Posted - 03/07/2002 : 10:42:22 AM 'current script' refers to the script in which the break 1 command appears, which in your case is [section1]. 'break 1' generates a command error which can be used as discussed in this topic.