Re: syntax

Posted by Diane p15827 on August 07, 20011

In Reply to syntax posted by Don p15817 on August 05, 20011

: I have a very strange error: copied source code from a web example, but it doesn't work.
: I removed all leading spaces from code lines, to make code more compact. So: no double spaces before lines after "begin", and so on... Is this important?

: Thanks in advance,
: Don
--------------------------------

Leading spaces of coding lines are not important, so that can not be the reason for the error(s).
But watch out if you didn't remove spaces between variables, commands, etc... And that the end-of-line markers (;) are not changed.
But watch out if you maybe

Related articles

       

Follow Ups