sortCellNameCompareFn
designEditor.fileSpec sortCellNameCompareFn string"alphanumeric_order"
Description
Displays the cells in the Cell list box of the Open File form using the same sort of alphanumeric order as used in Library Manager.
The default value is alphalessp.
GUI Equivalent
Example
envGetVal("designEditor.fileSpec" "sortCellNameCompareFn")
envSetVal("designEditor.fileSpec" "sortCellNameCompareFn" 'string "naturalStrLessp")
Related Topics
Opening the Library Browser Form
Return to top