Subject:
|
Re: Why 0 WRITE (Was Re: How to create an MPD FIle?)
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Tue, 5 Mar 2002 15:12:11 GMT
|
Viewed:
|
822 times
|
| |
| |
In lugnet.cad, Ahui Herrera wrote:
> Thanks I got it now.. But here is another questions, sorry but this is the
> 1st time I actually look at the code of a .ldr file. =)
>
> I have the following code:
>
> 0 FILE Train.ldr
> 0 Train
> 0 Name: Train.ldr
> 0 Author: Ahui Herrera
> 0 e-Mail: jedi_agh@yahoo.com
> 0 WRITE: http://jedi_agh.tripod.com
> 1 .....
> 1 ....
>
> Now why does the 0 WRITE http://jedi_agh.tripd.com line need the word
> 'WRITE' when the other lines above it do not? Is it becuase I'm using // in
> the line?
The line doesn't *need* WRITE. 'WRITE' is a valid meta-statement, it
causes the rest of the line to be output to the screen (by LDraw), or
logged (by LDLite). I'm not sure if 'WRITE:' qualifies as a valid
meta-statement or not (I think probably not, but it depends on the
parser).
Steve
|
|
Message is in Reply To:
| | Why 0 WRITE (Was Re: How to create an MPD FIle?)
|
| Thanks I got it now.. But here is another questions, sorry but this is the 1st time I actually look at the code of a .ldr file. =) I have the following code: 0 FILE Train.ldr 0 Train 0 Name: Train.ldr 0 Author: Ahui Herrera 0 e-Mail: (...) (23 years ago, 4-Mar-02, to lugnet.cad)
|
7 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|