Hi Rob, I tested this script on OS 9.2 and it worked fine, but I think the problem may be that this line has lost it's last word due to the text wrap of the email. Make sure the "then" is on this line rather than on a line of it's own.
I couldn't get any of this to work for OS X. If it works in X then I think it is still only looking at the Classic network setup rather than X's setup. Cheers, Sarah On Saturday, October 12, 2002, at 08:57 am, [EMAIL PROTECTED] wrote: > Sarah - - - thanks so much for this script.� I've hit one stumbling > block that's keeping it from running, and no one seems to know how to > fix it - - - was wondering if someone on this list might: > > The problem is with this line: > > if (class of configuration i of config) is (TCPIP v4 configuration) > > appleScript is complaining of a type mismatch problem.� I thought > perhaps putting > > if (class of configuration i of config) as string is (TCPIP v4 > configuration) > > might fix the problem, but that gave me a syntax error.� I've only > been scripting for about 2 months.� Would anyone happen to know how to > solve such type-matching errors?� The impression I get is that you > can't compare a string to a class. > > - Rob > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
