in vs2010, if you type:
if whatever then (press enter) it automatically adds a space and a end if, to look like:
if whatever then
end if
this ONLY happens if you push enter after the then statement so it allows for a single line if statement.
I would like to see this.
if whatever then (press enter) it automatically adds a space and a end if, to look like:
if whatever then
end if
this ONLY happens if you push enter after the then statement so it allows for a single line if statement.
I would like to see this.