On 12/15/2015 01:22 PM, Fred van Stappen wrote:
> Indention *style* apparentely. ;-) > Sorry, > > Martin Ha, ok (but my big ignorance remain ;-( ) .... Thanks. Fre;D
Did you see this reply from Martin? This is what he meant. No. Suggestion: use an appropriate indention stile, for example the stile used in MSEgui. There always is a "begin" and the "end" is on the same column as the block start and can be reached by using Up/Down keys on the start colum. A missing or redundant "end" is immediately visible by the disturbed "end diagonal". " procedure color_begin_end() ; begin if x > y then begin if z = x then begin str := 'hello'; end else begin str := 'bye'; end; end; end; " With this style one is already fit for MSElang which has no "begin"'s. Patrick
------------------------------------------------------------------------------
_______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

