Kommentar: Einfügen von HTML im Kommentar: Link einfügen: <a href="LINKURL" target="_blank">LINKTITEL</a> Bild einfügen: <img src="BILDURL"> Text formatieren: <b>fetter Text</b> <i>kursiver Text</i> <u>unterstrichener Text</u> Kombinationen sind auch möglich z.B.: <b><i>fetter & kursiver Text</i></b> C Quellcode formatieren: <code>Quellcode</code> BASIC Quellcode formatieren: <basic>Quellcode</basic> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! -> I > > Hello, > > > if you say "yes" , you will get a message saying "global variables RAM access failure - Interpreter stopped" > > there is no relation between not transferring the program and getting this message. If you say "yes", you just > start the old program inside the unit without transferring the new compiled program. Thats it. > > Regards > > Peter > > > Ja ich weiss die Antwort: > > This happens when you press F9 to compile then directly press F10 to start the program, > > if you do so, it will say "Program not transfered after compilation. Start anyway?", > > if you say "yes" , you will get a message saying "global variables RAM access failure - Interpreter stopped" > > > > > > To solve this problem, this is what to do: > > Press F9 to compile > > Press SHIFT+F9 to Transfer > > then press F10 to start the program > > > > > > Regards, > > Aymx