[GiDlist] code indenting in a .bas file

Moderator: GiD Team

Post Reply
Smith, Mark

[GiDlist] code indenting in a .bas file

Post by Smith, Mark »

Hi Gid team
is it OK to indent lines in a .bas file to make it more readable or does
this cause a problem?
Regards
mark

Please be advised that this email may contain confidential
information. If you are not the intended recipient, please notify us
by email by replying to the sender and delete this message. The
sender disclaims that the content of this email constitutes an offer
to enter into, or the acceptance of, any agreement; provided that the
foregoing does not invalidate the binding effect of any digital or
other electronic reproduction of a manual signature that is included
in any attachment.
User avatar
escolano
Posts: 1918
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] code indenting in a .bas file

Post by escolano »

This could cause a problem, because everything that is not a special command
starting by * is directly printed to the output file,
then your output file with have this indented lines, and it could be a
problem if the solver that must read it doesn't support this additional
spaces or tabs.

Enrique

----- Original Message -----
From: "Smith, Mark" Mark.Smith at linx.co.uk
To: "gidlist" gidlist at listas.cimne.upc.edu
Sent: Tuesday, June 21, 2011 3:39 PM
Subject: [GiDlist] code indenting in a .bas file


Hi Gid team
is it OK to indent lines in a .bas file to make it more readable or does
this cause a problem?
Regards
mark

Please be advised that this email may contain confidential
information. If you are not the intended recipient, please notify us
by email by replying to the sender and delete this message. The
sender disclaims that the content of this email constitutes an offer
to enter into, or the acceptance of, any agreement; provided that the
foregoing does not invalidate the binding effect of any digital or
other electronic reproduction of a manual signature that is included
in any attachment.


_______________________________________________
GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist
Smith, Mark

[GiDlist] code indenting in a .bas file

Post by Smith, Mark »

Thanks Enrique.
Regards
mark

-----Original Message-----
From: gidlist-bounces at listas.cimne.upc.edu
[mailto:gidlist-bounces at listas.cimne.upc.edu] On Behalf Of Enrique
Escolano
Sent: 21 June 2011 15:08
To: gidlist at listas.cimne.upc.edu
Subject: Re: [GiDlist] code indenting in a .bas file

This could cause a problem, because everything that is not a special
command starting by * is directly printed to the output file, then your
output file with have this indented lines, and it could be a problem if
the solver that must read it doesn't support this additional spaces or
tabs.

Enrique

----- Original Message -----
From: "Smith, Mark" Mark.Smith at linx.co.uk
To: "gidlist" gidlist at listas.cimne.upc.edu
Sent: Tuesday, June 21, 2011 3:39 PM
Subject: [GiDlist] code indenting in a .bas file


Hi Gid team
is it OK to indent lines in a .bas file to make it more readable or
does
this cause a problem?
Regards
mark

Please be advised that this email may contain confidential
information. If you are not the intended recipient, please notify us
by email by replying to the sender and delete this message. The
sender disclaims that the content of this email constitutes an offer
to enter into, or the acceptance of, any agreement; provided that the
foregoing does not invalidate the binding effect of any digital or
other electronic reproduction of a manual signature that is included
in any attachment.


_______________________________________________
GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist

_______________________________________________
GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist


Please be advised that this email may contain confidential
information. If you are not the intended recipient, please notify us
by email by replying to the sender and delete this message. The
sender disclaims that the content of this email constitutes an offer
to enter into, or the acceptance of, any agreement; provided that the
foregoing does not invalidate the binding effect of any digital or
other electronic reproduction of a manual signature that is included
in any attachment.
Post Reply