Hi,
Last Sunday I upgrade to ventura 1.3 and since then I am in big troubles. The
function revcopyfile does not work anymore.
I have stack to manage files (over 8000 pdf files), which with revcopyfile are
getting corrupt. There are not anymore openable
using preview, but also pages dokument are
Hi
Sorry, I ment the number of words.
Since numtochar has been depreciated with version 7.0, the closest would be now
numtonativechar.
However with numtonativechar () for the words boundaries the following chars
number “09,10,11,12,13,32,202” are used.
Therefore a feature has been depreciate
Hi,
Version 6.7word boudary are char number 09,10,11,12,13,32
version 9.67 word boudary are char number 09,10,11,12,13,32,202
Hypercard and livecode 6.7: the number of chars (numtochar(32)&
numtochar(202)&numtochar(32)& numtochar(202)&numtochar(32)) = 2
livecode 9.67 :
Hi
put replacetext(varlist,quote,numtochar(29)) into varlist2
set the itemdelimiter to numtochar(29)
go each second item numtochar(29) to extract the komma or do whatever wirth it
which does not interfer with other char
the comma to another char
put replacetext (valist2,numtochar(29),quote) into
Hi,
primarely from live code to pages, but also from pages to live code
Thanks
JJW
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev
Hallo,
I did it in pages and its works. I had an other problem with the soft-return,
it is to import text with lines in the same cells.
Can somebody tell me, how to do this. I tried with several chars, also 16 bits
chars and never succeed.
Tanks
JJW
___
Hallo
Still working with on 6.7.7 but experiencing a lot of troubles with breakpoint,
can’t set, have to activate before each run otherwise don’t trigger. Script
debugging become a nightmare. I’ll never have seen such a bad behavior. Does
anyone nows how to circumvent this missbehavior.
Jean-Ja