On Mon, Jan 10, 2011 at 13:57, John Anderson <[email protected]> wrote: > The asc2g code looks at the first line of the input file to > determine if the file is the current ascii version (i.e., a tcl script) > or the old ascii version. It is looking for a "title" or "put" command > on the first line to identify tcl input. This could be easily changed to > do this check on the first non-comment line.
John, while you're looking at the code, I believe it, being TCL code as I understand it, should accept comments wherever TCL will accept comments, and I think that means a '#' and all following it on a line everywhere except when it's part of a quoted string or escaped (there may be other exceptions). Regards, -Tom Thomas M. Browder, Jr. Niceville, Florida USA ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
