error in test contion
Alex Tweedly
alex at tweedly.net
Sat Nov 2 20:12:31 EDT 2013
OK, it's time to clutch at straws :-)
Straw 1. The error report is misleading, and it's a subsequent
statement that causes the problem.
- make sure the first statement within the if-then test and its
alternate both log some output and see if it does happen.
Straw 2. Add a line like "put true into t1" after the logging, before
the if-test
Straw 3. The report mentions "openMcp". Is there anything, anywhere
called that ?
-- Alex.
On 02/11/2013 23:55, Dr. Hawkins wrote:
> from my log:
>
> prgVrsn: _131102e_
> progVersion:_131102f_
> t1 is true
>
> this came from:
> ck "prgVrsn: _" & (the prgVrsn of stack "mcp") & "_"
> ck "progVersion:_" & progVersion & "_"
> put ((the prgVrsn of stack "mcp") <> progVersion) into t1
> ck "t1 is " & t1
>
> at which point,
>
> if t1 then
>
> causes the fault.
More information about the use-livecode
mailing list