error in test contion

Dr. Hawkins dochawk at gmail.com
Sat Nov 2 16:49:23 EDT 2013


On Sat, Nov 2, 2013 at 11:07 AM, Richard Gaskin
<ambassador at fourthworld.com>wrote:

>
> This should work:
>
> put ( (the prgVrsn of stack "mcp") <> progVersion) into t1
>


      put  progVersion
      put ((the prgVrsn of stack "mcp") <> progVersion) into t1
      ck "t1 is " & t1
      --      if ((the prgVrsn of stack "mcp") <> progVersion) then
      if t1 then

the logger shows that,

      t1 is true

yet I still get error

executing at 1:41:29 PM
Type    if-then: error in statement
Object    mcp
Line    if t1 then
Hint    openMcp



-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462



More information about the use-livecode mailing list