Hi all,
I'm trying to setup my wordfile to indent the following codes but I can't find the right settings.
From this:
To this:
Now if I reindent this code using the following settings:
I get the following:
Please advise. Many thanks.
I'm trying to setup my wordfile to indent the following codes but I can't find the right settings.
From this:
Code: Select all
BEGIN CASE
CASE X=1
CALL SOMETHING1
CASE X=2
CALL SOMETHING2
END CASE
Code: Select all
BEGIN CASE
CASE X=1
CALL SOMETHING1
CASE X=2
CALL SOMETHING2
END CASE
Code: Select all
/Indent Strings = "BEGIN" "CASE"
/Unindent Strings = "END" "END CASE"
Code: Select all
BEGIN CASE
CASE X=1
CALL SOMETHING1
CASE X=2
CALL SOMETHING2
END CASE