Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Sets the file where Shogun where Shogun Post loads and saves your selection sets.

...

Scroll tablelayout
style
sortDirectionASC
repeatTableHeadersdefault
widths23%, 11%, 13%, 53%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameTypeRequiredComments
SelectionSetFilestringyesName of the file where Shogun whereShogun Post loads and saves your selection sets.
Use forward-slashes instead of back-slashes for all file paths.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths10%, 15%, 14%, 13%, 48%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameFlag argumentsArgument typeExclusive toComments
save0Causes the current selection sets to be saved to the given file. If not specified, then the selection sets in the file will be loaded.

Return value

void

Examples

Code Block
languagetext
// Save your selection sets to the root of your C: drive 

...


setSelectionSetFile "C:/MySelectionSet.hsl" -save;

Scroll pagebreak

Additional information

...