if $read(%a,w,alias*unload*) || $read(%a,w,*=alias*unload*) {

thats line 97 in my script file.. have search fetures and stuff to find the file i want to unload abow.. no reason to try to clean a file if its not there.. i can put the script in the top if u like.. but it would give the same error..

* /if: 'unload' unknown operator (line 3, script.mrc)

when i puted it in the start of the file..

alias restore { <<-- line 1
var %a = $+(",$isalias(unload).fname,") <<-- line 2
if $read(%a,w,alias*unload*) || $read(%a,w,*=alias*unload*) <<-- line 3
{

Last edited by sparta; 27/09/03 02:07 AM.

if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }