| Thanks for having a look. I've commited these changes.
Cheers,
Andrés
On Tue, Nov 17, 2009 at 11:01 AM, wrote:
>>
> OK, but I think you need to change line 1295 as well
>
> ==John ff
>
>
> Hi all,
>>
>> I've made a very small modification to GEN 23 which makes it ignore
>> "#" apart from ignoring ";". Just changing line 1301:
>>
>> if (c == ';')
>>
>> to
>>
>> if (c==';' || c=='#')
>>
>> This is very useful for reading Octave or Matlab text output files
>> which have comments starting with "#". Are there objections against
>> this?
>>
>> Cheers,
>> Andrés
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now. http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
--
Andrés
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |