PDA

View Full Version : Re: [elements] colngnorm



Enrico Schiratti
12-07-2004, 04:46 PM
>>It is just the grey colour of the ND... Col(our)(Boeing 737)NGNorm(al)
>
> So what is /colour255 61,61,69 ?

A commented test line.

Ciao

Enrico

Peter Dowson
12-07-2004, 08:17 PM
On 12/7/2004 3:46:03 PM, Enrico Schiratti wrote:
>> So what is /colour255 61,61,69 ?
>
>A commented test line.

Hi Enrico,

So, a sinlge / makes a comment line too? In another thread you listed // and
'

==============
> Could you state what charters can be used to comment out lines.

// or '
==============

What about ; ? This is one I am more familiar with as an alternative to the
C++ "//".

Best Regards,

Pete

Enrico Schiratti
12-08-2004, 02:56 PM
> Hi Enrico,
>
> So, a sinlge / makes a comment line too? In another thread you listed //
> and

Yes, ' and // and ; will comment...

you can also do this...

comment
// all sorts of nonsense here
endcomment

Ciao

Enrico