.E files
- Posted by Paul Kerslake <paulk at UNISERVE.COM> Aug 24, 2000
- 435 views
------=_NextPart_000_0009_01C00E16.506D8CC0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I need to know how to 'use' .e files. Like this .E FILE atom number1,number2,number3,number4 number1=3D 2 number2=3D 23 number3=3D 234 number4=3D 2345 MAIN FILE (numbers.ex) include numbers.e ? number1 ? number2 ? number3 ? number4 I've seen a lot of Euphoria games done this way (Jason Mirwald's for = instance) that use this same technique. Can you tell me how to do it?=20 I'd like to know how to do this so as not to have a large memory = inefficient file. thanks -Thomas ------=_NextPart_000_0009_01C00E16.506D8CC0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>I need to know how to 'use' .e = files. Like=20 this</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2> <DIV>.E FILE</DIV> <DIV> </DIV> <DIV>atom number1,number2,number3,number4</DIV> <DIV> </DIV> <DIV>number1=3D 2</DIV> <DIV>number2=3D 23</DIV> <DIV>number3=3D 234</DIV> <DIV>number4=3D 2345</DIV></FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>MAIN FILE (numbers.ex)</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2> <DIV><FONT face=3DArial size=3D2>include numbers.e</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>? number1</FONT></DIV> <DIV> <DIV><FONT face=3DArial size=3D2>? number2</FONT></DIV> <DIV> <DIV><FONT face=3DArial size=3D2>? number3</FONT></DIV> <DIV> <DIV><FONT face=3DArial size=3D2>? number4</FONT></DIV> <DIV> </DIV> <DIV> </DIV> <DIV> </DIV> <DIV>I've seen a lot of Euphoria games done this way (Jason Mirwald's = for=20 instance) that use this same technique. Can you tell me how to do it? = </DIV> <DIV> </DIV> <DIV>I'd like to know how to do this so as not to have a large memory=20 inefficient file.</DIV> <DIV> </DIV> <DIV>thanks</DIV> <DIV> </DIV> ------=_NextPart_000_0009_01C00E16.506D8CC0--