From: Dick > >> .a:10 > == .a:10 > >> .a > ** Script Error: .a has no value > ** Where: halt-view > ** Near: .a > > > no error occurred on the "assignment" > yet there is no value for .a
Hi, Dick, Missing a space between the ':' and the integer. >> .a: 10 == 10 >> .a == 10 As far as why there was no error, near as I can figure, the interpreter parser thought it looked close enough to a url: >> type? .a:10 == url! --Scott Jones -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
