Hi Sean,

> Am 07.11.2019 um 14:28 schrieb Pi Digital via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> Hi Klaus
> 
> Had a similar issue. To overcome I just added “” afterward. Sounds 
> counterintuitive but worked. So:
> Put tNextNr + “” into cLetzteLaufendeNummer

so this does not count obviously:
...
if tNextNr = EMPTY then
   put 1 + 0 into tNewNext
else
   put tNextNr + 1 into tNewNext
end if
set the cLetzteLaufendeNummer of this stack to tNewNext
...

This IS in fact a bit puzzling, but I get along now, thanks. :-)

> Sean Cole

Best

Klaus

--
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 your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to