REORDER FOLDER command
See Crunch Automation basics for more information.
The REORDER FOLDER command allows you to reorder/reorganize the contents (variables and/or subfolders) of an individual variable folder. Positions can be assigned numbers or FIRST / LAST.
REORDER FOLDER folder_path [VARIABLES alias position, ....., alias position] [FOLDERS alias position, ....., alias position];
Example
REORDER FOLDER "public"
VARIABLES
Gender FIRST
FOLDERS
"leaf 2" LAST,
"leaf 1" 1;
REORDER FOLDER "public"
VARIABLES
Gender 3;
REORDER FOLDER "public"
FOLDERS
"leaf 2" LAST,
"leaf 1" 1;