[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Looking for Meekins' Merlin2Orca converter



On Mar 1, 4:15 pm, Toinet <antoine.vig...@laposte.net> wrote:
> Dear All,
> I am looking for a usable version of Tim Meekins' Merlin 2 Orca
> converter.
>
> It can be found in asimov and some other places but I am unable to use
> that version. It seems to be a raw extract of a old newsgroup message
> and I cannot do anything with it.
>
> Your help would be appreciated. Thanks in advance,
>
> Antoine

why not do it with BASIC?

dim a$(1000)
?chr$(4);"open file"
?chr$(4);"read file"
for i = 1 to 1000
input a$(i)
REM do something to convert ?tabs?
next i
?chr$(4);"close file"



i MADE a converter for 8 bit merlin, can't remember exactly what the
conversion was