statement -> automatic end statement

marcel

Active Member
Licensed User
Longtime User
Hi,

Would great if you have an statement if closes automaticly like vb.net

IF
END IF < will be insterted automaticly

SUB
END SUB < will be insterted automaticly


FOR i=0 to 10
NEXT < will be insterted automaticly

ect
 
Top