numberformat woes?

Klaus major-k klaus at major-k.de
Thu Nov 7 08:33:09 EST 2019


Hi Sean,

> Am 07.11.2019 um 14:28 schrieb Pi Digital via use-livecode <use-livecode at 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
klaus at major-k.de





More information about the use-livecode mailing list