schreddermaus
11th December 2013, 11:53
Can I use Funktion utf8.import() in Baan IV or is there an other function to convert the Content of a Textfile to TSS?
Pearl123
23rd January 2014, 22:54
Hello, did you get this to work?
schreddermaus
24th January 2014, 10:41
Yes and no. I changed the way to export the file in LN so I got the right result in Baan IV.
I used mb.export$() instead if utf8.export() in LN and I read the file with seq.open() and seq.gets() in Baan IV.
Pearl123
31st January 2014, 15:17
Thanks for the input. i got it to work in Baan IV using utf8.import$(). :)
schreddermaus
7th February 2014, 11:48
cool, thank you! Next time I'll try this ;)