Re: knot in my brain?

2020-09-15 Thread Klaus major-k via use-livecode
> ... > Does the trick, ouch embaRAssing! Even more embarrassing... 8-) -- Klaus Major https://www.major-k.de kl...@major-k.de ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: knot in my brain?

2020-09-15 Thread Drs Mark Schonewille via use-livecode
:-) Mark Schonewille Economy-x-Talk https://ecxtalk.nl https://www.nt2.nu Programming LiveCode for the Real Beginner http://www3.economy-x-talk.com/file.php?node=programming-livecode-for-the-real-beginner Op 15-9-2020 om 15:34 schreef Klaus major-k via use-livecode: Hi all, Am 15.09.2020 um

Re: knot in my brain?

2020-09-15 Thread Drs Mark Schonewille via use-livecode
Hi Klaus, I bet the problem is in the remainder of the script, for instance changing layers or deleting graphics (although the latter probably not). If you change it to repeat with i = 1 to the num of grcs   if the short name of grc i beginswith "Graphic_" then put i end repeat do you still

Re: knot in my brain?

2020-09-15 Thread Klaus major-k via use-livecode
Hi all, > Am 15.09.2020 um 15:30 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > ... > repeat with i = 1 to the num of grcs > ## This line: > if the short name of grc i begins with "Graphic_" then > ## Gives me the error -> no such object > ... > What am I overlooking? > I know

knot in my brain?

2020-09-15 Thread Klaus major-k via use-livecode
Hi friends, ... repeat with i = 1 to the num of grcs ## This line: if the short name of grc i begins with "Graphic_" then ## Gives me the error -> no such object ... What am I overlooking? I know do, but have no clue currently... Thanks in advance! Best Klaus -- Klaus Major