Reformat Script - Protect some code?
Reformat Script in JSL Editor is very helpful to get the code with a formatted structure. Often it helps to find bugs in the code and to keep the overview.But sometimes, it's the opposite.
Is there a way to protect code in a specific area from being shuffled by Reformat Script? Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << Recode Column(
dt:name,
{Map Value(
_rcO
...