macromedia.director.lingo
[Top] [All Lists]

Re: 'exit' in if statement

Subject: Re: 'exit' in if statement
From: "McFazstp"
Date: Tue, 26 Feb 2008 02:29:36 +0000 UTC
Newsgroups: macromedia.director.lingo

Also if record is a propList I would use the square bracket syntax rather than 
dot syntax which will produce an error if the property isn't found.

if NOT ( getFirstName = record[#Firstname] ) then

<Prev in Thread] Current Thread [Next in Thread>