Seems to be a bug, or just an inconsistency.  Am I missing something about
Rev?

Error =   if: missing 'then'

  if "Version Alpha" is among the lines of the cardnames then
        answer "This has already been linked to a card"
        exit to top
 end if

This version works by adding parens

  if "Version Alpha" is among the lines of (the cardnames) then
        answer "This has already been linked to a card"
        exit to top
 end if

Mac OSX 10.4.7, Rev 2.7.2  IDEnvironment

Jim Ault
Las Vegas


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to