Quantcast
Viewing all articles
Browse latest Browse all 757

Talking LiveCode • Another oddity

Now and then I find that LC does not register a line of code. For example, I might:

CODE:

put "X" into tempput return after tempput "Y" after temp
I expect to see "X" on line 1 and "Y" on line 2. In a stack today I could not for the life of me get LC to place a return after a line in a variable. Only after I added another line right after the first:

CODE:

put "d" & return after temp
did I see the "d' in the right place. I then commented out that line and tried again, and all worked just fine. I suspect that if I had quit LC and restarted, all would then have worked as well.

But just as with my "sticky" red "error" dots, which I still regularly have to finagle to get rid of, has anyone seen something like this?

Craig

Statistics: Posted by dunbarx — Wed Aug 28, 2024 5:56 pm



Viewing all articles
Browse latest Browse all 757

Trending Articles