Thanks Jeanne.
The whole stack script is:

on closeStack
  if not exists(stack "revMenubar") then
  quit
  end if
end closeStack

on linkClicked pLink
   revGoURL pLink
end linkClicked

on preOpenStack
  hide btn "Prev"
end preOpenStack

so the previous line is "on closeStack"

funny thing is sometimes it doesn't throw an error...other times it does.
I've gotten used to just ignoring the unquoted literal error.

>
> >Also, still can't figure out what "uquoted literal" means in the
> following
> >error:
> >
> > � There was a Script Compile Error at 3:24:24 PM
> >Error description:  Expression: unquoted literal
> >Object: stack "C:/Documents and Settings/Chipp/My
> >Documents/HemwayClients/ProfMoe/Uploader04.rev"
> >--------------------
> >if not exists(stack "revMenubar") then
> >--------------------
> >Value: 65.104.229.45
>
> That almost looks like the compiler's wrong about the line the
> error is on.
> What's in the previous line?
>
> --
> Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
> http://www.runrev.com/
> Runtime Revolution Limited - Power to the Developer!
>
>
> _______________________________________________
> improve-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/improve-revolution

_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution

Reply via email to