Ha, Ha . . .
Where I stay, in the conservative Balkans, there is only one Trans in
the town!
Richmond.
On 6.11.2016 14:11, hh wrote:
Richmond M. wrote:
.. put numToCodePoint(107) into fld "TRANZ" which worked
perfectly OK in 4.5 does NOT work in 8.1 HOWEVER; if I
rename fld "TRANZ" to "fTRAN
> Richmond M. wrote:
> .. put numToCodePoint(107) into fld "TRANZ" which worked
> perfectly OK in 4.5 does NOT work in 8.1 HOWEVER; if I
> rename fld "TRANZ" to "fTRANZ" this works:
> put numToCodePoint(107) into fld "fTRANZ"
Such effects usually indicate that there was more than one field
named "
I am currently recoding my Devawriter Pro from Livecode 4.5 to Livecode 8.1,
and it is proving rather more long-winded than I had envisaged.
For instance:
put numToCodePoint(107) into fld "TRANZ"
which worked perfectly OK in 4.5 does NOT work in 8.1
HOWEVER; if I rename fld "TRANZ" to "fTRANZ"