Subj : bbs.replace_text
To : Mindless Automaton
From : Digital Man
Date : Mon Jul 19 2010 04:44 pm
Re: bbs.replace_text
By: Mindless Automaton to DOVE-Net.Programming_(Javascript) on Thu Jul 15 2010 11:05 pm
> What is the correct syntax for replacing an entry of text.dat that has
> multiple lines?
>
> I tried bbs.replace_text (666, "Oooga" \ "Booga" \ "Boo!\r\n: ")
>
> But I get a syntax error.