[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EL bug?!



PureBytes Links

Trading Reference Links

Hi list,

using ts4 I found one coding error which seems very serious. If you use
TABīs in your coding you may run in trouble.
Example:
       value1            =         value1 + 5;
If you write statements where you place TABīs left or right of the equal
sign (aera ***** as shown below ) you will see results, were this statement
is sometimes executed and somtimes not.

       value1*******  = ******* value1 + 5;
So if you have any coding were you get undefined results you should check if
you have used TABīs in the ***** areaīs. You can use TABīs at the beginning
of the line and after the ; but you should never use it in the *** areaīs.
In the ***** aeraīs you can use multiple spaces but never TABīs. BTW even if
you use TABīs in this areaīs EL will verify and you will get no error
message. You will just get very misleading results.
If you have a lot of code, which you like to check, you can copy it to WORD
where you can display TABīs easily.

I would be interested in feed back, if anybody has had similar experiences.

Good trading
Wolfgang