Home | Contents | Index | Help | < Browse | Browse >
SortButtons ON | OFF
Sorts the button names in the window. No need of using C:Sort
any longer. The file itself is not sorted. The sorting is made
internally just after the window is opened. Only the buttons are
sorted. Any other commands are left in the same places. If
you have put another command (like color) between two buttons,
then these buttons will not be sorted together. Try this example:
sortbuttons on
text "These 4 buttons is"
text "sorted together."
button C
button D
button B
button A
text "And these 3"
button B
button C
button A
Try it!
SortText ON | OFF
Works in the same way as SortButtons, but with the text strings.
Home | Contents | Index | Help | < Browse | Browse >