>One rule of thumb to keep in mind regarding syntax. Don't mix dot syntax
>with the older syntax on the same line
Would the followong be considered as a mixed dot sintax:
......
if NOT voidP(getAProp(gTrackingSystem, #userData)) then
if NOT voidP(getAProp(gTrackingSystem.userData, #logInName)) then
tName = gTrackingSystem.userData.logInName
end if
end if
It works for me, but...
(btw. gTrackingSystem is valid property list and userData, if present, would
be allso prop. list)
Oliver
[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!]