At 11:55 PM +0000 12/26/00, Jason [JZway.com] wrote:
>Hi
>
>Is there a way to test if a frame exists via lingo? I tried :
>
>if voidP("frameName") then
>       put "non existant frame!!"
>end if
>


Try the label function:

   if label("SomeLabelThatMightBeHereOrNot") = 0 then
      put "non existant frame!!"
   end if

Irv
-- 
Lingo / Director / Shockwave development for all occasions.

        (Over two millions lines of Lingo code served!)

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to