Closed jcowgar closed 11 years ago
Some people like Title Case keywords while others Lowercase. Provide an option to control what case keywords are formatted to
The current output:
If True Then Dim a As New Dictionary End If
An optional output:
if true then dim a as new Dictionary end if
Some people like Title Case keywords while others Lowercase. Provide an option to control what case keywords are formatted to
The current output:
An optional output: