Peter - 2004-09-13

Logged In: YES
user_id=1103338

hm.. indention got lost in the HTML formating.

I would like to format the var-section like this:

var i : integer;
<4 spaces>s : string;

so that the s is directly below the i
and not like this:

var
<2 spaces>i : integer;
<2 spaces>s : string;